phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] ipc_test_suite/setup setup.inc.php


From: Dave Hall
Subject: [Phpgroupware-cvs] ipc_test_suite/setup setup.inc.php
Date: Mon, 15 Jan 2007 23:41:05 +0000

CVSROOT:        /sources/phpgroupware
Module name:    ipc_test_suite
Changes by:     Dave Hall <skwashd>     07/01/15 23:41:05

Modified files:
        setup          : setup.inc.php 

Log message:
        stop this breaking setup, only define the tables array if you have 
tables\!

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/ipc_test_suite/setup/setup.inc.php?cvsroot=phpgroupware&r1=1.3&r2=1.4

Patches:
Index: setup.inc.php
===================================================================
RCS file: /sources/phpgroupware/ipc_test_suite/setup/setup.inc.php,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -b -r1.3 -r1.4
--- setup.inc.php       15 May 2005 14:36:08 -0000      1.3
+++ setup.inc.php       15 Jan 2007 23:41:04 -0000      1.4
@@ -6,7 +6,7 @@
  * @copyright   Copyright (C) 2003 Free Software Foundation http://www.fsf.org/
  * @license     http://www.fsf.org/licenses/gpl.html GNU General Public License
  * @package     ipc_test_suite
- * @version     $Id: setup.inc.php,v 1.3 2005/05/15 14:36:08 skwashd Exp $
+ * @version     $Id: setup.inc.php,v 1.4 2007/01/15 23:41:04 skwashd Exp $
  */
 
        /* Basic information about this app */
@@ -23,7 +23,7 @@
        $setup_info['ipc_test_suite']['maintainer_email'] = 'address@hidden';
 
        /* The tables this app creates */
-       $setup_info['ipc_test_suite']['tables'] = array();
+       //$setup_info['ipc_test_suite']['tables']       = array();
 
        /* The hooks this app includes, needed for hooks registration */
        //$setup_info['ipc_test_suite']['hooks'][] = 'admin';




reply via email to

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