Changeset 15679 for trunk/install


Ignore:
Timestamp:
Jun 14, 2012, 2:29:52 PM (12 years ago)
Author:
plg
Message:

feature 2632: major upgrade script from 2.3 to 2.4 (which calls tasks in install/db directory)

Location:
trunk/install
Files:
1 added
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/install/upgrade_2.2.0.php

    r12922 r15679  
    114114ob_end_clean();
    115115
    116 // now we upgrade from 2.2.0
    117 // include_once(PHPWG_ROOT_PATH.'install/upgrade_2.2.0.php');
     116// now we upgrade from 2.3.0
     117include_once(PHPWG_ROOT_PATH.'install/upgrade_2.3.0.php');
    118118?>
Note: See TracChangeset for help on using the changeset viewer.