Changeset 1426


Ignore:
Timestamp:
Jul 4, 2006, 12:44:22 AM (18 years ago)
Author:
plg
Message:

merge -r1424:1425 from branch 1.6 to trunk (bug 395 fixed: the upgrade feed
can be performed only if PHPWG_IN_UPGRADE is true).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/common.inc.php

    r1418 r1426  
    133133or die ( "Could not connect to database" );
    134134
    135 if ($conf['check_upgrade_feed'])
     135if ($conf['check_upgrade_feed']
     136    and defined('PHPWG_IN_UPGRADE')
     137    and PHPWG_IN_UPGRADE)
    136138{
    137139  // retrieve already applied upgrades
Note: See TracChangeset for help on using the changeset viewer.