[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Phpgroupware-cvs] preferences changepassword.php
From: |
Sigurd Nes |
Subject: |
[Phpgroupware-cvs] preferences changepassword.php |
Date: |
Mon, 18 Sep 2006 09:34:00 +0000 |
CVSROOT: /sources/phpgroupware
Module name: preferences
Changes by: Sigurd Nes <sigurdne> 06/09/18 09:34:00
Modified files:
. : changepassword.php
Log message:
link
CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/preferences/changepassword.php?cvsroot=phpgroupware&r1=1.43&r2=1.44
Patches:
Index: changepassword.php
===================================================================
RCS file: /sources/phpgroupware/preferences/changepassword.php,v
retrieving revision 1.43
retrieving revision 1.44
diff -u -b -r1.43 -r1.44
--- changepassword.php 17 Apr 2005 15:14:31 -0000 1.43
+++ changepassword.php 18 Sep 2006 09:34:00 -0000 1.44
@@ -6,7 +6,7 @@
* @copyright Copyright (C) 2000-2005 Free Software Foundation, Inc.
http://www.fsf.org/
* @license http://www.gnu.org/licenses/gpl.html GNU General Public
License
* @package preferences
- * @version $Id: changepassword.php,v 1.43 2005/04/17 15:14:31 powerstat
Exp $
+ * @version $Id: changepassword.php,v 1.44 2006/09/18 09:34:00 sigurdne
Exp $
*/
$GLOBALS['phpgw_info']['flags'] = array(
@@ -70,7 +70,7 @@
if (! $passwd_changed)
{
// This need to be changed to show a different message
based on the result
-
$GLOBALS['phpgw']->redirect_link('/preferences/index.php','cd=38');
+
$GLOBALS['phpgw']->redirect_link('/preferences/index.php',array('cd'=>38));
}
else
{
@@ -79,7 +79,7 @@
$GLOBALS['hook_values']['old_passwd'] = $o_passwd;
$GLOBALS['hook_values']['new_passwd'] = $n_passwd;
$GLOBALS['phpgw']->hooks->process('changepassword');
-
$GLOBALS['phpgw']->redirect_link('/preferences/index.php','cd=18');
+
$GLOBALS['phpgw']->redirect_link('/preferences/index.php',array('cd'=>18));
}
}
else
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Phpgroupware-cvs] preferences changepassword.php,
Sigurd Nes <=