Current time: 09-28-2024, 02:22 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
TheCry Away
Member
***

Posts: 851
Joined: Oct 2008
Reputation: 21
Post: #7
RE: [HowTo]: Mailboxquota im GUI einstellen.
(03-13-2009 06:08 PM)BeNe Wrote:  
Code:
} //End of load_additional_data()
Hast Du das auch eingefügt?
Wenn die Zeile 2mal drin ist, dann bitt einmal löschen!

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
Das muss davor eingesetzt werden!!
(This post was last modified: 03-13-2009 06:50 PM by TheCry.)
03-13-2009 06:50 PM
Find all posts by this user
Thread Closed 


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

Forum Jump:


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