Changeset 9289
- Timestamp:
- 08/19/08 14:01:13 (4 months ago)
- Files:
-
- branches/0.8/jaws/html/upgrade/stages/07To080.php (modified) (1 diff)
- branches/0.8/jaws/html/upgrade/stages/08To081 (added)
- branches/0.8/jaws/html/upgrade/stages/08To081.php (added)
- branches/0.8/jaws/html/upgrade/stages/08To081/icon.png (added)
- branches/0.8/jaws/html/upgrade/stages/08To081/templates (added)
- branches/0.8/jaws/html/upgrade/stages/08To081/templates/display.html (added)
- branches/0.8/jaws/html/upgrade/stages/Report.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
branches/0.8/jaws/html/upgrade/stages/07To080.php
r9286 r9289 51 51 52 52 $sql = 'DELETE FROM [[session]]'; 53 $res = $GLOBALS['db']->query($sql);54 if (Jaws_Error::IsError($res)) {55 return $res;56 }57 58 $sql = 'DELETE FROM [[gadget_listeners]]';59 53 $res = $GLOBALS['db']->query($sql); 60 54 if (Jaws_Error::IsError($res)) { branches/0.8/jaws/html/upgrade/stages/Report.php
r7948 r9289 32 32 $supportedversions = array( 33 33 array( 34 'version' => '0.8.0', //This version 34 'version' => '0.8.1', //This version 35 'stage' => '6', 36 ), 37 array( 38 'version' => '0.8.0', 35 39 'stage' => '5', 36 40 ),
