phpBMS

Changeset 729 for trunk/phpbms/include

Show
Ignore:
Timestamp:
01/07/10 16:01:56 (2 years ago)
Author:
brieb
Message:
  • code clean up
  • changed list display of table definitions
Location:
trunk/phpbms/include
Files:
2 modified

Legend:

Unmodified
Added
Removed
  • trunk/phpbms/include/print_class.php

    r703 r729  
    5050 
    5151                function printer($db,$tableid,$theids){ 
     52 
    5253                        $this->db = $db; 
    5354                        $this->tableid = $tableid; 
     
    6263                                        `uuid` = '".$this->tableid."' 
    6364                                "; 
    64                         $queryresult = $this->db->query($querystatement); 
    65                         if(!$queryresult) $error = new appError(500,"Error retrieving table info."); 
     65 
     66                        $queryresult = $this->db->query($querystatement); 
     67 
    6668                        $therecord = $this->db->fetchArray($queryresult); 
     69 
    6770                        $this->maintable = $therecord["maintable"]; 
    6871 
  • trunk/phpbms/include/search_class.php

    r728 r729  
    514514 
    515515                        }//endwhile 
    516  
     516//debug($options); 
    517517                        return $options; 
    518518 
phpBMS vulnerability assesment provided by Orvant Inc. Copyright © 2010 Kreotek, LLC. All Rights reserved.