Ignore:
Timestamp:
Sep 14, 2012, 11:01:08 PM (12 years ago)
Author:
Eric
Message:

UAM_UsrReg_Verif() function refactory - Step 2. Now an admin is able to validate a pending user even if no groups / status or PL are set in UAM.

Next step : Check is auto-demotion feature still works and fix if not.

File:
1 edited

Legend:

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

    r17891 r17918  
    137137  // Create missing table
    138138  // --------------------
    139   $query = "
    140 ALTER TABLE ".USER_CONFIRM_MAIL_TABLE."
    141 ADD reminder ENUM('true', 'false') NULL DEFAULT NULL
    142 ;";
     139  $query = '
     140ALTER TABLE '.USER_CONFIRM_MAIL_TABLE.'
     141ADD reminder ENUM("true", "false") NULL DEFAULT NULL
     142;';
    143143 
    144144  pwg_query($query);
Note: See TracChangeset for help on using the changeset viewer.