HomeHelpTrac

Changeset 15742 for tags


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

Ticket #2705

File:
1 edited

Legend:

Unmodified
Added
Removed
  • tags/7.0/administration/categories.php

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