Changeset 9398 for extensions


Ignore:
Timestamp:
Feb 27, 2011, 5:23:20 PM (13 years ago)
Author:
Eric
Message:

bug 2207 fixed : Conflicts table content is reloaded after successful username update.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/LCAS/trunk/admin/LCAS_admin.php

    r9389 r9398  
    116116              LCAS_SendMail($lcas_UserToUpdate, $_POST['user-'.$lcas_UserToUpdate]);
    117117            }
    118 
     118            // Reloading conflict table content
     119            $page['all_users'] = LCAS_get_user_list($conf_LCAS[0]);
    119120            array_push($page['infos'], l10n('LCAS_Info_userlist_username_renamed'));
    120121          }
Note: See TracChangeset for help on using the changeset viewer.