Current time: 11-16-2024, 03:09 PM Hello There, Guest! (LoginRegister)


Thread Closed 
 
Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
[TICKET/PATCH]: Mailboxquota im GUI einstellen.
Author Message
BeNe Offline
Moderator
*****
Moderators

Posts: 5,899
Joined: Jan 2007
Reputation: 68
Post: #6
RE: [HowTo]: Mailboxquota im GUI einstellen.
Habe grad den ersten Part versucht:
Code:
Parse error: syntax error, unexpected '}' in /var/www/ispcp/gui/reseller/domain_edit.php on line 236
Diesen Punkt meine ich:
Code:
//Mailbox Quotas
        // Get domain data
        $query = <<<SQL_QUERY
        SELECT
            quota
        FROM
            mail_users
        WHERE
            domain_id = ?
SQL_QUERY;

        $res = exec_query($sql, $query, array($domain_id));
        $data = $res->FetchRow();

        $mailquota = $data['quota']/1024/1024
} //End of load_additional_data()
Habe ich was vergessen ?

Greez BeNe
03-13-2009 06:08 PM
Visit this user's website Find all posts by this user
Thread Closed 


Messages In This Thread
RE: [HowTo]: Mailboxquota im GUI einstellen. - BeNe - 03-13-2009 06:08 PM

Forum Jump:


User(s) browsing this thread: 5 Guest(s)