Changeset 21746


Ignore:
Timestamp:
Mar 20, 2013, 6:03:07 PM (11 years ago)
Author:
Eric
Message:

r21745 merged from trunk to branch 2.50

Location:
extensions/UserAdvManager/branches/2.50
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • extensions/UserAdvManager/branches/2.50/changelog.txt.php

    r21696 r21746  
    407407            Update de_DE, thanks to : stephy
    408408            Update lv_LV, thanks to : agrisans
     409
     410-- 2.50.5 : Bug 2875 fixed - MySql error on manual validation (tracking confirmation tab)
     411            Update it_IT, thanks to : salvatore
    409412*/
    410413?>
  • extensions/UserAdvManager/branches/2.50/include/functions.inc.php

    r21696 r21746  
    24832483
    24842484                // Set UAM_validated field to True in #_users table
    2485                 SetValidated($data['user_id']);
     2485                SetValidated($id);
    24862486}
    24872487
  • extensions/UserAdvManager/branches/2.50/language/it_IT/plugin.lang.php

    r21294 r21746  
    397397$lang['UAM_Default_GhstDemotion_Txt'] = 'Mi dispiace [username], il tuo account è stato deprecato a causa di un troppo lungo tempo passato dalla tua ultima visita a [mygallery]. Per favore, utilizzare il seguente link per confermare il tuo account:';
    398398$lang['UAM_Default_GhstDeletion_Txt'] = 'Mi dispiace [username], il tuo account è stato eliminato a causa di un troppo lungo tempo passato dalla tua ultima visita a [mygallery]. Si prega di registrarsi nuovamente.';
     399$lang['UAM_group "%s" updated'] = 'Per la migliore perfrormance,il gruppo %s è stato automaticamente impostato quale gruppo di default';
    399400?>
Note: See TracChangeset for help on using the changeset viewer.