phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] api/accounts/class.accounts_sql.php, 1.1.1.1.2.19


From: nomail
Subject: [Phpgroupware-cvs] api/accounts/class.accounts_sql.php, 1.1.1.1.2.19
Date: Sun, 9 May 2004 00:21:55 +0200

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

date: 2004/05/08 22:21:55;  author: jengo;  state: Exp;  lines: +2 -2

Log Message:
Added proper sequence support
=====================================================================
Index: api/accounts/class.accounts_sql.php
diff -u api/accounts/class.accounts_sql.php:1.1.1.1.2.18 
api/accounts/class.accounts_sql.php:1.1.1.1.2.19
--- api/accounts/class.accounts_sql.php:1.1.1.1.2.18    Sat May  8 06:24:19 2004
+++ api/accounts/class.accounts_sql.php Sat May  8 22:21:55 2004
@@ -358,7 +358,7 @@
                                // unless its a fairly large install thats 
registering tons of users
                                // all the time.  I am not sure if I want to 
add a table lock here
                                // table locks only slow things down.  This 
will need to be fixed in the future. (jengo)
-                               $account_id = 
$GLOBALS['phpgw']->db->genid('phpgw_accounts_account_id_seq');
+                               $account_id = 
$GLOBALS['phpgw']->db->genid('phpgw_accounts_seq');
                                $sql = "INSERT INTO
                                                phpgw_accounts
                                                (




reply via email to

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