Current time: 11-26-2024, 11:32 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: #13
RE: [HowTo]: Mailboxquota im GUI einstellen.
Ich schätze hier liegt Dein Fehler:
Code:
@@ -118,7 +119,7 @@
function load_user_data($user_id, $domain_id) {
        $sql = Database::getInstance();

-       global $domain_name, $domain_ip, $php_sup;
+       global $domain_name, $domain_ip, $php_sup, $mailquota;
        global $cgi_supp , $sub, $als;
        global $mail, $ftp, $sql_db;
        global $sql_user, $traff, $disk;
Die Änderung sollte in der Funktion "load_additional_data" nicht in der Funktion "load_user_data".
Dort muss die Zeile
Code:
global $domain_name, $domain_ip, $php_sup;
in
Code:
global $domain_name, $domain_ip, $php_sup, $mailquota;
geändert werden!
(This post was last modified: 03-13-2009 08:34 PM by TheCry.)
03-13-2009 08:34 PM
Find all posts by this user
Thread Closed 


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

Forum Jump:


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