Changeset 2089 in ExiteCMS for trunk/administration/download_cats.php
- Timestamp:
- 12/03/08 17:29:31 (3 years ago)
- File:
-
- 1 edited
-
trunk/administration/download_cats.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/administration/download_cats.php
r2033 r2089 70 70 $cat_name = stripinput($_POST['cat_name']); 71 71 $cat_locale = isset($_POST['cat_locale']) ? $_POST['cat_locale'] : ""; 72 $cat_description = stripinput($_POST['cat_description']);72 $cat_description = trim(stripinput($_POST['cat_description'])); 73 73 $cat_access = isNum($_POST['cat_access']) ? $_POST['cat_access'] : "0"; 74 74 $cat_image = stripinput($_POST['cat_image']); … … 237 237 } 238 238 239 // load the hoteditor if needed 240 if ($settings['hoteditor_enabled'] && (!iMEMBER || $userdata['user_hoteditor'])) { 241 define('LOAD_HOTEDITOR', true); 242 } 243 239 244 // panel definitions 240 245 $template_panels[] = array('type' => 'body', 'name' => 'admin.download_cats', 'title' => $title, 'template' => 'admin.download_cats.tpl', 'locale' => "admin.downloads");
Note: See TracChangeset
for help on using the changeset viewer.
