phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] CVS: projects/setup tables_update.inc.php,1.16,1.17


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

Update of /cvsroot/phpgroupware/projects/setup
In directory subversions:/tmp/cvs-serv1417

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

Index: tables_update.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/projects/setup/tables_update.inc.php,v
retrieving revision 1.16
retrieving revision 1.17
diff -C2 -r1.16 -r1.17
*** tables_update.inc.php       13 Jan 2002 20:52:09 -0000      1.16
--- tables_update.inc.php       31 Mar 2002 23:19:17 -0000      1.17
***************
*** 20,24 ****
                        $all_tables[] = $val['table_name'];
                }
!               if($phpgw_setup->isinarray($table,$all_tables))
                {
                        if ($DEBUG) { echo '<br>' . $table . ' exists.'; }
--- 20,24 ----
                        $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]