phpBMS

Changeset 433 for trunk/phpbms/include

Show
Ignore:
Timestamp:
08/19/08 10:47:55 (4 years ago)
Author:
nate
Message:
  • Import process now reverts auto increment on the files table.
Files:
1 modified

Legend:

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

    r431 r433  
    193193                                "; 
    194194                                 
     195                        $queryresult = $this->table->db->query($querystatement); 
     196                         
     197                        $querystatement = " 
     198                                ALTER TABLE 
     199                                        `files` 
     200                                AUTO_INCREMENT = ".((int) $tempFileID)."; 
     201                                "; 
     202                         
    195203                        $queryresult = $this->table->db->query($querystatement); 
    196204                         
phpBMS vulnerability assesment provided by Orvant Inc. Copyright © 2010 Kreotek, LLC. All Rights reserved.