phpBMS

Changeset 671 for trunk

Show
Ignore:
Timestamp:
10/26/09 13:36:06 (3 years ago)
Author:
nate
Message:
  • Fixed if statements in search.php.
Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/phpbms/search.php

    r670 r671  
    5050        $displayTable->initialize($_GET["id"]); 
    5151         
    52         if (!isset($passedjoinclause)) $_SESSION["passedjoinclause"] = $passedjoinclause;  
    53         if (!isset($passedjoinwhere)) $_SESSION["passedjoinwhere"] = $passedjoinwhere;  
     52        if (isset($passedjoinclause)) $_SESSION["passedjoinclause"] = $passedjoinclause;  
     53        if (isset($passedjoinwhere)) $_SESSION["passedjoinwhere"] = $passedjoinwhere;  
    5454 
    5555 
phpBMS vulnerability assesment provided by Orvant Inc. Copyright © 2010 Kreotek, LLC. All Rights reserved.