Changeset 29057 for extensions/charlies_content
- Timestamp:
- Jul 19, 2014, 10:56:26 AM (10 years ago)
- Location:
- extensions/charlies_content
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
extensions/charlies_content/Changelog.txt.php
r29055 r29057 6 6 7 7 8 20140719 change comments in mp3player.tpl 8 20140719 change comments in mp3player.tpl, change plugin name in main.inc, comment out "adviser" limitation for saving changes in config.php (no use seen) 9 9 10 10 20140718 svn version almost identical to standard. Tests: -
extensions/charlies_content/charlies_config.php
r21383 r29057 139 139 } 140 140 // 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'] ); 144 144 // 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 ) 146 146 { 147 147 $dir = PHPWG_ROOT_PATH.PWG_LOCAL_DIR.'/plugins/';
Note: See TracChangeset
for help on using the changeset viewer.