phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] CVS: inv/setup tables_update.inc.php,1.17,1.18


From: Bettina Gille <address@hidden>
Subject: [Phpgroupware-cvs] CVS: inv/setup tables_update.inc.php,1.17,1.18
Date: Sun, 31 Mar 2002 18:19:02 -0500

Update of /cvsroot/phpgroupware/inv/setup
In directory subversions:/tmp/cvs-serv1400

Modified Files:
        tables_update.inc.php 
Log Message:
fix for bug 100654

Index: tables_update.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/inv/setup/tables_update.inc.php,v
retrieving revision 1.17
retrieving revision 1.18
diff -C2 -r1.17 -r1.18
*** tables_update.inc.php       13 Jan 2002 20:51:16 -0000      1.17
--- tables_update.inc.php       31 Mar 2002 23:19:00 -0000      1.18
***************
*** 23,27 ****
                        $all_tables[] = $val['table_name'];
                }
!               if($phpgw_setup->isinarray($table,$all_tables))
                {
                        if ($DEBUG) { echo '<br>' . $table . ' exists.'; }
--- 23,27 ----
                        $all_tables[] = $val['table_name'];
                }
!               if(in_array($table,$all_tables))
                {
                        if ($DEBUG) { echo '<br>' . $table . ' exists.'; }




reply via email to

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