Changeset 29057


Ignore:
Timestamp:
Jul 19, 2014, 10:56:26 AM (10 years ago)
Author:
jdd
Message:

Remove "adviser" limitation in config.php, no use seen

Location:
extensions/charlies_content
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • extensions/charlies_content/Changelog.txt.php

    r29055 r29057  
    66
    77
    8 20140719 change comments in mp3player.tpl
     820140719 change comments in mp3player.tpl, change plugin name in main.inc, comment out "adviser" limitation for saving changes in config.php (no use seen)
    99
    101020140718 svn version almost identical to standard. Tests:
  • extensions/charlies_content/charlies_config.php

    r21383 r29057  
    139139}
    140140// Submit and Advisor => Thanks
    141 if ( $sub and is_adviser() and count($errors) == 0 )
    142         array_push($infos, l10n('You are Adviser and you are not authorized to change this configuration.'));
    143 unset ( $charlie['all'] );
     141//if ( $sub and is_adviser() and count($errors) == 0 )
     142//      array_push($infos, l10n('You are Adviser and you are not authorized to change this configuration.'));
     143//unset ( $charlie['all'] );
    144144// Submit and not Advisor => Update Config table
    145 if ( $sub and !is_adviser() and count($errors) == 0 )
     145//if ( $sub and !is_adviser() and count($errors) == 0 )
    146146{
    147147  $dir = PHPWG_ROOT_PATH.PWG_LOCAL_DIR.'/plugins/';
Note: See TracChangeset for help on using the changeset viewer.