HomeHelpTrac

Changeset 15915 for trunk/inc


Ignore:
Timestamp:
01/24/12 05:19:32 (4 months ago)
Author:
Anton Lesnikov
Message:

Improvements in ACL Level creation

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/inc/classes/BxDolAclQuery.php

    r15794 r15915  
    5757                $sWhereClause .= "AND `tal`.`Active`='yes' AND `tal`.`Purchasable`='yes'"; 
    5858                break; 
    59             case 'all': 
    60                 break; 
    6159            case 'all_pair': 
    6260                $aMethod['name'] = "getPairs"; 
    6361                $aMethod['params'][1] = 'id'; 
    6462                $aMethod['params'][2] = 'name'; 
     63                break; 
     64            case 'all_order_id': 
     65                $sOrderClause = "ORDER BY `tal`.`ID` ASC"; 
     66                break; 
     67            case 'all': 
    6568                break; 
    6669        } 
Note: See TracChangeset for help on using the changeset viewer.