phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] api/auth/class.auth_sql.php, 1.1.1.1.2.8


From: nomail
Subject: [Phpgroupware-cvs] api/auth/class.auth_sql.php, 1.1.1.1.2.8
Date: Sun, 9 May 2004 00:28:23 +0200

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

date: 2004/05/08 22:28:23;  author: jengo;  state: Exp;  lines: +3 -3

Log Message:
Wrong function name
=====================================================================
Index: api/auth/class.auth_sql.php
diff -u api/auth/class.auth_sql.php:1.1.1.1.2.7 
api/auth/class.auth_sql.php:1.1.1.1.2.8
--- api/auth/class.auth_sql.php:1.1.1.1.2.7     Fri Apr 16 20:59:49 2004
+++ api/auth/class.auth_sql.php Sat May  8 22:28:23 2004
@@ -66,7 +66,7 @@
                        $dbresult = $GLOBALS['phpgw']->db->Execute("update 
phpgw_accounts set account_pwd='" . md5($args['new_passwd']) . "' where 
account_id='"
                                . $args['account_id'] . "'");
 
-                       return ($dbresult->affectedrows() ? true : false);
+                       return ($GLOBALS['phpgw']->db->affected_rows() ? true : 
false);
                }
 
                function update_lastlogin($account_id, $ip)




reply via email to

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