Changeset 642 for trunk/phpbms/install
- Timestamp:
- 08/31/09 19:48:21 (3 years ago)
- Location:
- trunk/phpbms/install
- Files:
-
- 3 modified
-
installajax.php (modified) (1 diff)
-
update.php (modified) (1 diff)
-
updateajax.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/phpbms/install/installajax.php
r631 r642 42 42 require("install_include.php"); 43 43 require("../include/session.php"); 44 require("../include/common_functions.php"); 44 45 45 46 -
trunk/phpbms/install/update.php
r620 r642 244 244 Version 0.98 represents a fundamental shift in data record recognition. By utilizing 245 245 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, t e program246 program and update custom modules, and insure referential integrity. To do this, the program 247 247 needs to transfer from the reliance on MySQL's auto increment ID system, and generate it's 248 248 own UUID's for all records and relationship records in your database. -
trunk/phpbms/install/updateajax.php
r638 r642 412 412 "; 413 413 414 $this-> query($updatestatement);414 $this->db->query($updatestatement); 415 415 416 416 }//end method … … 434 434 "; 435 435 436 $this-> query($updatestatement);436 $this->db->query($updatestatement); 437 437 438 438 }//end method