Ignore:
Timestamp:
May 1, 2010, 12:38:17 AM (14 years ago)
Author:
plg
Message:

bug 1637: make the privacy level the same everywher, use "who can see this photo?"
instead of "minimum privacy level".

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/admin/site_update.php

    r5920 r6025  
    891891}
    892892
    893 $tpl_introduction['privacy_level_options']=array();
    894 foreach ($conf['available_permission_levels'] as $level)
    895 {
    896   $tpl_introduction['privacy_level_options'][$level] = l10n( sprintf('Level %d', $level) );
    897 }
     893$tpl_introduction['privacy_level_options'] = get_privacy_level_options();
    898894
    899895$template->assign('introduction', $tpl_introduction);
Note: See TracChangeset for help on using the changeset viewer.