Changeset 3188


Ignore:
Timestamp:
06/26/12 13:41:48 (11 months ago)
Author:
squidly
Message:

Correction classe m_quota.php

File:
1 edited

Legend:

Unmodified
Added
Removed
  • alternc/trunk/bureau/class/m_quota.php

    r3187 r3188  
    151151      while (list($key,$val)=each($this->disk)) { 
    152152        $a=array();  
    153         exec("/usr/lib/alternc/quota_get ".$cuid." ".$val,$a); 
     153        exec("/usr/lib/alternc/quota_get ".$cuid ,$a); 
    154154        $this->quotas[$val]=array("t"=>$a[1],"u"=>$a[0]); 
    155155      }    
Note: See TracChangeset for help on using the changeset viewer.