Changeset 1425


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

bug 395 fixed: the upgrade feed can be performed only if PHPWG_IN_UPGRADE is
true.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/branch-1_6/include/common.inc.php

    r1419 r1425  
    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.