Show
Ignore:
Timestamp:
08/18/08 14:31:53 (4 months ago)
Author:
scitech
Message:

Fixed #1461: Call-time pass-by-reference has been deprecated

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/gui/include/reseller-functions.php

    r1294 r1330  
    526526        $sql_db_max = $data['domain_sqld_limit']; 
    527527 
    528         $sql_user_current = get_domain_running_sqlu_acc_cnt(&$sql, $user_id); 
     528        $sql_user_current = get_domain_running_sqlu_acc_cnt($sql, $user_id); 
    529529 
    530530        $sql_user_max = $data['domain_sqlu_limit'];