Changeset 551 for trunk/upgrade.php
- Timestamp:
- 08/25/07 15:49:17 (15 months ago)
- Files:
-
- 1 modified
-
trunk/upgrade.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/upgrade.php
r527 r551 34 34 $latest_version = 0; 35 35 36 echo "looking up files for db type <b>".$updater->db->phptype."</b> starting at version <b>".$latest_version."</b>...<br>"; 36 echo "looking up files for db type <b>".$updater->db->phptype."</b> starting at version <b>".$latest_version."</b>...<br />"; 37 38 37 39 $patches = $updater->get_patchfiles($mode); 38 40 if (!count($patches)) 39 41 die("nothing to do. Your mvblog is already up-to-date."); 42 43 echo "Creating backup of your current database<br />"; 44 $backup = $updater->create_backups(); 40 45 41 46 foreach ($patches as $patch) {
