Ignore:
Timestamp:
Aug 29, 2008 8:30:19 AM (16 years ago)
Author:
quinn
Message:

Added argument to Utilities's humanFileSize function.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/lib/Auth_SQL.inc.php

    r334 r338  
    960960    function inClearanceZone($security_zone, $user_type='')
    961961    {
    962         return true;
     962        // return true; /// WTF?
    963963        $zone_members = preg_split('/,\s*/', $security_zone);
    964964        $user_type = empty($user_type) ? $this->get('user_type') : $user_type;
     
    985985        $app =& App::getInstance();
    986986   
    987         return true;
     987        // return true; /// WTF?
    988988        $zone_members = preg_split('/,\s*/', $security_zone);
    989989
Note: See TracChangeset for help on using the changeset viewer.