Changeset 2096 for trunk/upgrade.php


Ignore:
Timestamp:
Sep 19, 2007, 7:26:58 AM (17 years ago)
Author:
rub
Message:

Resolved 0000748: Name configuration of all the tables
Resolved 0000750: Check anomalies after upgrade (Feature proposition)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/upgrade.php

    r1999 r2096  
    3838check_upgrade();
    3939
    40 // concerning upgrade, we use the default users table
    41 $conf['users_table'] = $prefixeTable.'users';
     40prepare_conf_upgrade();
    4241
    4342include_once(PHPWG_ROOT_PATH.'include/constants.php');
     
    305304  SET need_update = \'true\'
    306305;';
     306
     307    pwg_query($query);
     308    $query = '
     309REPLACE INTO '.PLUGINS_TABLE.'
     310  (id, state)
     311  VALUES (\'c13y_upgrade\', \'active\')
     312;';
    307313    pwg_query($query);
    308314  }
Note: See TracChangeset for help on using the changeset viewer.