Ignore:
Timestamp:
Aug 18, 2010, 10:43:18 PM (14 years ago)
Author:
Eric
Message:
  • Bug 1727 partially fixed: New option to redirect users to profile page after their first login only.
  • Known problem:
  • The redirection doesn't work after registration and after confirmation page (if ConfirmMail is enabled)
  • The redirection applies to already registered users including admins, webmaster and generic status.
  • Language files updated
  • Upgrade of upgradedb.inc.php
  • Prepare to new version 2.15.4 encode
File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/NBC_UserAdvManager/trunk/include/upgradedb.inc.php

    r6354 r6775  
    247247  $Newconf_UAM[19] = $Newconf_UAM[20];
    248248  $Newconf_UAM[20] = $Newconf_UAM[21];
    249   unset($Newconf_UAM[21]);
     249  $Newconf_UAM[21] = 'false';
    250250 
    251251  $update_conf = serialize($Newconf_UAM);
     
    258258                ;';
    259259
    260                 pwg_query($query);
     260        pwg_query($query);
     261
     262  $query = '
     263INSERT INTO '.CONFIG_TABLE.' (param, value, comment)
     264VALUES ("UserAdvManager_Redir","0","UAM Redirections")
     265  ;';
     266 
     267  pwg_query($query);
    261268}
    262269?>
Note: See TracChangeset for help on using the changeset viewer.