phpBMS

Changeset 129

Show
Ignore:
Timestamp:
10/18/06 23:04:57 (6 years ago)
Author:
brieb
Message:

Fixed #33.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/phpbms/common/javascript/queryfunctions.js

    r123 r129  
    205205                selIDs[0]=therownum; 
    206206        } 
    207         if (editFile.indexOf("?")>=0) 
    208                 connector="&"; 
    209         else 
    210                 connector="?"; 
    211         editFile+=connector+"id="+selIDs[0]; 
    212         if(typeof xtraParamaters != "undefined") 
    213                 editFile+="&"+(xtraParamaters); 
    214          
    215         document.location=editFile; 
     207        if(editFile!="/N/A"){ 
     208                if (editFile.indexOf("?")>=0) 
     209                        connector="&"; 
     210                else 
     211                        connector="?"; 
     212                editFile+=connector+"id="+selIDs[0]; 
     213                if(typeof xtraParamaters != "undefined") 
     214                        editFile+="&"+(xtraParamaters); 
     215                 
     216                document.location=editFile; 
     217        } 
    216218} 
    217219 
phpBMS vulnerability assesment provided by Orvant Inc. Copyright © 2010 Kreotek, LLC. All Rights reserved.