phpgroupware-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Phpgroupware-cvs] pbwebmaui/inc/pb.WebMAUI/lib/class.dlgAccount.php, 1


From: nomail
Subject: [Phpgroupware-cvs] pbwebmaui/inc/pb.WebMAUI/lib/class.dlgAccount.php, 1.2
Date: Thu, 20 May 2004 17:13:47 -0000

Update of /pbwebmaui/inc/pb.WebMAUI/lib
Modified Files:
        Branch: 
          class.dlgAccount.php

date: 2004/04/19 15:33:47;  author: fipsfuchs;  state: Exp;  lines: +2 -1

Log Message:
a debug line removed
=====================================================================
No syntax errors detected in -
=====================================================================
Index: pbwebmaui/inc/pb.WebMAUI/lib/class.dlgAccount.php
diff -u pbwebmaui/inc/pb.WebMAUI/lib/class.dlgAccount.php:1.1 
pbwebmaui/inc/pb.WebMAUI/lib/class.dlgAccount.php:1.2
--- pbwebmaui/inc/pb.WebMAUI/lib/class.dlgAccount.php:1.1       Wed Mar 31 
08:27:37 2004
+++ pbwebmaui/inc/pb.WebMAUI/lib/class.dlgAccount.php   Mon Apr 19 15:33:47 2004
@@ -473,12 +473,13 @@
 
             if (empty($err) && $attrs=$this->_MailAccount->isDirty()) {
                 $saveresult = $this->_MailAccount->save($attrs);
-                die('debug');
                 if (empty($saveresult)) {
                     if (empty ($formdata["btnOkNew"]))
                         $uri = 
$_SERVER["PHP_SELF"]."?action=EditAccount&dn=".urlencode($this->_MailAccount->getAttribute("dn"));
                     else
+                    {
                         $uri = 
$_SERVER["PHP_SELF"]."?action=EditAccount&domain=".$this->_domain;
+                    }
                     $this->_application->redirect($uri/*, true*/);
                 }
                 else {




reply via email to

[Prev in Thread] Current Thread [Next in Thread]