Changeset 1358

Show
Ignore:
Timestamp:
12/04/07 19:21:16 (1 year ago)
Author:
rho
Message:

commented debug code

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • devel/lib/userlib.php

    r1321 r1358  
    217217            $currentaccess += 1000; 
    218218        } 
    219 error_log($currentaccess); 
     219        //error_log($currentaccess); 
    220220             
    221221        return $currentaccess; 
     
    226226        global $CFG; 
    227227         
    228         error_log($level); 
    229         error_log($owner); 
     228        //error_log($level); 
     229        //error_log($owner); 
    230230        if (accesslevel($owner) < $level) { 
    231231            echo '<a href="' . $CFG->wwwroot . '">' . __gettext("Access Denied") . '</a>';