Changeset 2240
- Timestamp:
- 04/30/08 05:34:57 (2 weeks ago)
- Files:
-
- alternc/trunk/bureau/class/m_quota.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
alternc/trunk/bureau/class/m_quota.php
r1945 r2240 162 162 global $err,$db,$cuid; 163 163 $err->log("quota","setquota",$ressource."/".$size); 164 if ( intval($size)==0) $size="0";164 if (floatval($size)==0) $size="0"; 165 165 if ($this->disk[$ressource]) { 166 166 // It's a disk resource, update it with shell command
