phpBMS

Changeset 642 for trunk/phpbms/install

Show
Ignore:
Timestamp:
08/31/09 19:48:21 (3 years ago)
Author:
nate
Message:
  • Fixes to install and update.
Location:
trunk/phpbms/install
Files:
3 modified

Legend:

Unmodified
Added
Removed
  • trunk/phpbms/install/installajax.php

    r631 r642  
    4242require("install_include.php"); 
    4343require("../include/session.php"); 
     44require("../include/common_functions.php"); 
    4445 
    4546 
  • trunk/phpbms/install/update.php

    r620 r642  
    244244                                    Version 0.98 represents a fundamental shift in data record recognition.  By utilizing 
    245245                                    Universal Unique IDs (UUID), phpBMS now becomes easier to share data with other applications, 
    246                                     program and update custom modules, and insure referential integrity.  To do this, te program 
     246                                    program and update custom modules, and insure referential integrity.  To do this, the program 
    247247                                    needs to transfer from the reliance on MySQL's auto increment ID system, and generate it's 
    248248                                    own UUID's for all records and relationship records in your database. 
  • trunk/phpbms/install/updateajax.php

    r638 r642  
    412412                        "; 
    413413 
    414                         $this->query($updatestatement); 
     414                        $this->db->query($updatestatement); 
    415415 
    416416                }//end method 
     
    434434                        "; 
    435435 
    436                         $this->query($updatestatement); 
     436                        $this->db->query($updatestatement); 
    437437 
    438438                }//end method 
phpBMS vulnerability assesment provided by Orvant Inc. Copyright © 2010 Kreotek, LLC. All Rights reserved.