Ignore:
Timestamp:
Dec 9, 2010, 10:46:14 PM (13 years ago)
Author:
Eric
Message:

Pre Branch 2.16 modifications in trunk:

  • Automation of user cleanup and downgrade tasks
File:
1 edited

Legend:

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

    r7955 r8065  
    2626Best regards,
    2727
    28 The admin of the gallery.','false','false','false');
     28The admin of the gallery.','false','false','false','false','false','false','Sorry, your account has been deleted due to a too long time passed since your last visit.','Sorry, your account has been deprecated due to a too long time passed since your last visit. Please, use the following link to revalidate your account.',-1,-1);
    2929
    3030  $q = '
     
    180180  }
    181181
    182 
     182/* Check for upgrade from 2.15 to 2.16 */
     183/* *********************************** */
    183184        $query = '
    184185SELECT param
     
    190191  if ($count == 0)
    191192  {
    192     upgrade_2159_2160();
     193    /* upgrade from branch 2.15 to 2.16 */
     194    /* ******************************** */
     195    upgrade_215_2160();
    193196  }
    194197
Note: See TracChangeset for help on using the changeset viewer.