Changeset 427 for bureau/class/m_mysql.php
- Timestamp:
- 02/22/06 00:17:31 (7 years ago)
- File:
-
- 1 edited
-
bureau/class/m_mysql.php (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
bureau/class/m_mysql.php
r396 r427 1 1 <?php 2 2 /* 3 $Id: m_mysql.php,v 1.1 7 2004/09/06 17:05:00anonymous Exp $3 $Id: m_mysql.php,v 1.18 2004/10/24 19:05:14 anonymous Exp $ 4 4 ---------------------------------------------------------------------- 5 5 AlternC - Web Hosting System … … 332 332 /** 333 333 * AlternC's standard function that check a user's qutoa 334 * TODO : remove this function 334 335 */ 335 336 function alternc_quota_check() { … … 344 345 return true; 345 346 } 347 348 /* ----------------------------------------------------------------- */ 349 /** 350 * AlternC's standard function that returns a user's qutoa 351 */ 352 function alternc_get_quota() { 353 global $err,$db,$cuid; 354 $err->log("mysql","alternc_get_quota"); 355 $c=$this->get_dblist(); 356 if (is_array($c)) { 357 return count($c); 358 } else { 359 return 0; 360 } 361 } 362 346 363 347 364 /* ----------------------------------------------------------------- */
Note: See TracChangeset
for help on using the changeset viewer.
