phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] api/class.prefs.php, 1.1.1.1.2.14


From: nomail
Subject: [Phpgroupware-cvs] api/class.prefs.php, 1.1.1.1.2.14
Date: Thu, 20 May 2004 18:48:59 -0000

Update of /api
Modified Files:
        Branch: proposal-branch
          class.prefs.php

date: 2004/04/23 07:03:13;  author: jengo;  state: Exp;  lines: +2 -2

Log Message:
Opps, minor fix
=====================================================================
No syntax errors detected in -
=====================================================================
Index: api/class.prefs.php
diff -u api/class.prefs.php:1.1.1.1.2.13 api/class.prefs.php:1.1.1.1.2.14
--- api/class.prefs.php:1.1.1.1.2.13    Fri Apr 23 06:58:46 2004
+++ api/class.prefs.php Fri Apr 23 07:03:13 2004
@@ -244,7 +244,7 @@
                        $args->set('lastname',NOVAR);
                        extract($args->get(func_get_args()));
 
-                       if (loginid == NOVAR && $firstname == NOVAR && 
$lastname == NOVAR)
+                       if ($loginid == NOVAR && $firstname == NOVAR && 
$lastname == NOVAR)
                        {
                                $loginid   = 
$GLOBALS['phpgw_data']['user']['loginid'];
                                $firstname = 
$GLOBALS['phpgw_data']['user']['firstname'];




reply via email to

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