1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-14 02:24:08 +02:00

content: small fix to admin create category

This commit is contained in:
lia
2007-04-18 21:13:23 +00:00
parent f92d94c2e9
commit 91d45d6eb3
2 changed files with 25 additions and 25 deletions

View File

@@ -1315,7 +1315,7 @@ if($show['enddate']===true){
SC_END
SC_BEGIN CATFORM_UPLOAD
global $row, $show;
global $row, $show, $content_pref;
if($show['uploadicon']===true){
$text='';
if(!FILE_UPLOADS){
@@ -1335,7 +1335,7 @@ if($show['uploadicon']===true){
SC_END
SC_BEGIN CATFORM_ICON
global $row, $rs, $show, $fl;
global $row, $rs, $show, $fl, $content_pref;
if($show['selecticon']===true){
$rejectlist = array('$.','$..','/','CVS','thumbs.db','Thumbs.db','*._$', 'index', 'null*');
$iconlist = $fl->get_files($content_pref['content_cat_icon_path_large'],"",$rejectlist);