phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] api class.account_mgr.php,1.1.2.17,1.1.2.18


From: Joseph Engo <address@hidden>
Subject: [Phpgroupware-cvs] api class.account_mgr.php,1.1.2.17,1.1.2.18
Date: Sun, 09 Nov 2003 16:01:54 +0000

Update of /cvsroot/phpgroupware/api
In directory subversions:/tmp/cvs-serv32068/api

Modified Files:
      Tag: proposal-branch
        class.account_mgr.php 
Log Message:
Fixed form not unlocking when the account was created successfully


Index: class.account_mgr.php
===================================================================
RCS file: /cvsroot/phpgroupware/api/Attic/class.account_mgr.php,v
retrieving revision 1.1.2.17
retrieving revision 1.1.2.18
diff -C2 -d -r1.1.2.17 -r1.1.2.18
*** class.account_mgr.php       7 Nov 2003 19:11:02 -0000       1.1.2.17
--- class.account_mgr.php       9 Nov 2003 16:01:52 -0000       1.1.2.18
***************
*** 122,126 ****
                        $args = $args->get(func_get_args(),__LINE__,__FILE__);
  
-                       $GLOBALS['phpgw']->form_lock();
                        $GLOBALS['phpgw']->add_xsl('api.account_mgr');
  
--- 122,125 ----
***************
*** 180,183 ****
--- 179,183 ----
                                {
                                        $GLOBALS['msgbox']->add(lang('You 
forgot to enter some of the required fields. The missing fields have been 
marked with a *'),__LINE__,__FILE__, 'notice');
+                                       $GLOBALS['phpgw']->form_lock();
                                }
                                else
***************
*** 194,197 ****
--- 194,201 ----
                                }
  
+                       }
+                       else
+                       {
+                               $GLOBALS['phpgw']->form_lock();
                        }
  





reply via email to

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