Ignore:
Timestamp:
Jan 30, 2008, 11:16:01 PM (17 years ago)
Author:
rub
Message:

Replace old use of $lang by l10n function.

Merge BSF 2200:2201 into branch-1_7

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/branch-1_7/admin/group_perm.php

    r1900 r2202  
    142142          )
    143143        ),
    144     'L_CAT_OPTIONS_TRUE'=>$lang['authorized'],
    145     'L_CAT_OPTIONS_FALSE'=>$lang['forbidden'],
    146     'L_CAT_OPTIONS_INFO'=>$lang['permuser_info'],
     144    'L_CAT_OPTIONS_TRUE'=>l10n('authorized'),
     145    'L_CAT_OPTIONS_FALSE'=>l10n('forbidden'),
     146    'L_CAT_OPTIONS_INFO'=>l10n('permuser_info'),
    147147   
    148148    'F_ACTION' =>
Note: See TracChangeset for help on using the changeset viewer.