HomeHelpTrac

Changeset 15743


Ignore:
Timestamp:
12/09/11 19:56:10 (6 months ago)
Author:
Alexander Trofimov
Message:

Ticket #2705

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/administration/categories.php

    r15211 r15743  
    5757                list($sCategory, $sId, $sType) = split('%%', $sValue); 
    5858 
    59                 if (bx_get('action_disable') !== flase) 
     59                if (bx_get('action_disable') !== false) 
    6060                    $oDb->query("UPDATE `sys_categories` SET `Status` = 'passive' WHERE 
    6161                        `Category` = '$sCategory' AND `ID` = $sId AND `Type` = '$sType'"); 
Note: See TracChangeset for help on using the changeset viewer.