Ignore:
Timestamp:
07/02/08 18:27:06 (4 years ago)
Author:
hverton
Message:

Merged trunk revisions 1408:1508 into the PLi-Fusion branch

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/PLi-Fusion/administration/upgrade.php

    r1227 r1509  
    7474            // stage 2: perform the upgrades 
    7575            $variables['stage'] = 2; 
     76            // switch to MySQL4 mode to avoid errors 
     77            $result = dbquery("SET SESSION sql_mode='MYSQL40'"); 
    7678            // start with the current revision number 
    7779            $new_revision = $settings['revision']; 
Note: See TracChangeset for help on using the changeset viewer.