Ignore:
Timestamp:
Jan 13, 2011, 4:24:18 PM (13 years ago)
Author:
plg
Message:

feature 2108 added: user upload removed from core. It will come back as a
"new generation" user upload in the Community plugin.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/admin/cat_modify.php

    r8417 r8651  
    7070      'name' => @$_POST['name'],
    7171      'commentable' => isset($_POST['commentable'])?$_POST['commentable']:'false',
    72       'uploadable' =>
    73         isset($_POST['uploadable']) ? $_POST['uploadable'] : 'false',
    7472      'comment' =>
    7573        $conf['allow_html_descriptions'] ?
     
    246244    'CAT_VISIBLE'       => boolean_to_string($category['visible']),
    247245    'CAT_COMMENTABLE'   => boolean_to_string($category['commentable']),
    248     'CAT_UPLOADABLE'    => boolean_to_string($category['uploadable']),
    249246
    250247    'IMG_ORDER_DEFAULT'  => empty($category['image_order']) ?
     
    305302      )
    306303    );
    307   if (!url_is_remote($category['cat_full_dir']) )
    308   {
    309     $template->assign('SHOW_UPLOADABLE', true);
    310   }
    311304}
    312305
Note: See TracChangeset for help on using the changeset viewer.