Changeset 9289

Show
Ignore:
Timestamp:
08/19/08 14:01:13 (4 months ago)
Author:
afz
Message:

provide upgrade from 0.8.0 to 0.8.1

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • branches/0.8/jaws/html/upgrade/stages/07To080.php

    r9286 r9289  
    5151 
    5252        $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]]'; 
    5953        $res = $GLOBALS['db']->query($sql); 
    6054        if (Jaws_Error::IsError($res)) { 
  • branches/0.8/jaws/html/upgrade/stages/Report.php

    r7948 r9289  
    3232        $supportedversions = array( 
    3333                                   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', 
    3539                                         'stage'     => '5', 
    3640                                         ),