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