Changeset 293
- Timestamp:
- 02/22/06 00:03:52 (7 years ago)
- File:
-
- 1 edited
-
bureau/class/m_quota.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
bureau/class/m_quota.php
r222 r293 1 1 <?php 2 2 /* 3 $Id: m_quota.php,v 1. 6 2004/05/19 14:23:06 benjaminExp $3 $Id: m_quota.php,v 1.7 2004/05/28 13:53:20 anonymous Exp $ 4 4 ---------------------------------------------------------------------- 5 5 AlternC - Web Hosting System … … 82 82 if (method_exists($GLOBALS[$classes[$i]],"alternc_quota_names")) { 83 83 $res=$GLOBALS[$classes[$i]]->alternc_quota_names(); 84 if (is_array($res)) { 85 foreach($res as $k) { 86 $qlist[$k]=_("quota_".$k); 84 if($res != "") { 85 if (is_array($res)) { 86 foreach($res as $k) { 87 $qlist[$k]=_("quota_".$k); 88 } 89 } else { 90 $qlist[$res]=_("quota_".$res); 87 91 } 88 } else {89 $qlist[$res]=_("quota_".$res);90 92 } 91 93 }
Note: See TracChangeset
for help on using the changeset viewer.
