- Timestamp:
- 12/09/11 19:54:48 (6 months ago)
- File:
-
- 1 edited
-
tags/7.0/administration/categories.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
tags/7.0/administration/categories.php
r15200 r15742 55 55 list($sCategory, $sId, $sType) = split('%%', $sValue); 56 56 57 if (bx_get('action_disable') !== f lase)57 if (bx_get('action_disable') !== false) 58 58 $oDb->query("UPDATE `sys_categories` SET `Status` = 'passive' WHERE 59 59 `Category` = '$sCategory' AND `ID` = $sId AND `Type` = '$sType'");
Note: See TracChangeset
for help on using the changeset viewer.