Ignore:
Timestamp:
Oct 5, 2012, 9:06:20 PM (12 years ago)
Author:
Eric
Message:

Next version should be 2.41.0 instead of 2.40.6 because there're too much structural modifications in code, database and files removed.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/UserAdvManager/trunk/maintain.inc.php

    r18159 r18479  
    398398    }
    399399
    400     if (version_compare($conf['UserAdvManager_Version'], '2.40.6') < 0)
    401     {
    402     /* upgrade from version 2.40.x to 2.40.6 */
    403     /* ************************************* */
    404       upgrade_2400_2406();
     400    if (version_compare($conf['UserAdvManager_Version'], '2.41.0') < 0)
     401    {
     402    /* upgrade from version 2.40.x to 2.41.0 */
     403    /* ************************************* */
     404      upgrade_2400_2410();
    405405    }
    406406  }
Note: See TracChangeset for help on using the changeset viewer.