Ignore:
Timestamp:
Sep 17, 2008, 10:51:51 PM (16 years ago)
Author:
plg
Message:

bug 861 fixed: only $confcheck_upgrade_feed is required to check for
development upgrades, not PHPWG_IN_UPGRADE constant any longer.

File:
1 edited

Legend:

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

    r2543 r2544  
    229229}
    230230
    231 if ($conf['check_upgrade_feed']
    232     and defined('PHPWG_IN_UPGRADE')
    233     and PHPWG_IN_UPGRADE)
     231if ($conf['check_upgrade_feed'])
    234232{
    235233
Note: See TracChangeset for help on using the changeset viewer.