phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] fudforum/setup/index.php, 1.1.1.1.2.2


From: nomail
Subject: [Phpgroupware-cvs] fudforum/setup/index.php, 1.1.1.1.2.2
Date: Sun, 1 Aug 2004 02:18:57 +0200

Update of /fudforum/setup
Modified Files:
        Branch: Version-0_9_16-branch
          index.php

date: 2004/08/01 00:18:57;  author: skwashd;  state: Exp;  lines: +3 -3

Log Message:
close bug 9695
=====================================================================
Index: fudforum/setup/index.php
diff -u fudforum/setup/index.php:1.1.1.1.2.1 
fudforum/setup/index.php:1.1.1.1.2.2
--- fudforum/setup/index.php:1.1.1.1.2.1        Fri Feb 27 03:35:02 2004
+++ fudforum/setup/index.php    Sun Aug  1 00:18:57 2004
@@ -198,7 +198,7 @@
 
        /* Create an Acccount for every existing phpgw user in the forum */
        $GLOBALS['phpgw']->db->query("DELETE FROM phpgw_fud_users WHERE id>1");
-       $users = $GLOBALS['phpgw']->accounts->get_list('accounts', 
-1,'ASC','account_lid', -1);
+       $users = $GLOBALS['phpgw']->accounts->get_list('accounts', -1, 'ASC', 
'account_lid');
        foreach ($users as $row) {
                $preferences = CreateObject('phpgwapi.preferences', 
$row['account_id']);
                $preferences->read_repository();




reply via email to

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