Changeset 9292
- Timestamp:
- 08/19/08 14:55: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
r9291 r9292 81 81 $GLOBALS['app']->Registry->commit('core'); 82 82 83 if ( !in_array('0.8.0', $_SESSION['upgrade']['stagedVersions'])) {83 if ($_SESSION['upgrade']['versions_to_upgrade'] == 1) { 84 84 $_SESSION['upgrade']['stage']++; 85 85 }
