Changeset 9291
- Timestamp:
- 08/19/08 14:33:20 (4 months ago)
- Files:
-
- branches/0.8/jaws/html/upgrade/stages/08To081.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
branches/0.8/jaws/html/upgrade/stages/08To081.php
r9289 r9291 76 76 $GLOBALS['app']->Registry->Set('/version', JAWS_VERSION); 77 77 $GLOBALS['app']->Registry->Set('/last_update', $timestamp); 78 $GLOBALS['app']->Registry->Set('/config/site_url',''); 78 79 79 80 // Commit the changes so they get saved 80 81 $GLOBALS['app']->Registry->commit('core'); 81 82 82 $_SESSION['upgrade']['stage']++; 83 if (!in_array('0.8.0', $_SESSION['upgrade']['stagedVersions'])) { 84 $_SESSION['upgrade']['stage']++; 85 } 83 86 return true; 84 87 }
