phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] etemplate/setup tables_current.inc.php, 1.4 setup.inc


From: ceb
Subject: [Phpgroupware-cvs] etemplate/setup tables_current.inc.php, 1.4 setup.inc.php, 1.13
Date: Thu, 24 Feb 2005 14:53:06 -0000

Update of etemplate/setup

Modified Files:
     Branch: MAIN
            tables_current.inc.php lines: +6 -6
            setup.inc.php lines: +2 -2

Log Message:
version numbers

====================================================
Index: etemplate/setup/tables_current.inc.php
diff -u etemplate/setup/tables_current.inc.php:1.3 
etemplate/setup/tables_current.inc.php:1.4
--- etemplate/setup/tables_current.inc.php:1.3  Tue Mar 18 00:47:05 2003
+++ etemplate/setup/tables_current.inc.php      Sun Jan 16 18:49:01 2005
@@ -16,14 +16,14 @@
                'phpgw_etemplate' => array(
                        'fd' => array(
                                'et_name' => array('type' => 
'varchar','precision' => '80','nullable' => False),
-                               'et_template' => array('type' => 
'varchar','precision' => '20','nullable' => False,'default' => ''),
-                               'et_lang' => array('type' => 
'varchar','precision' => '5','nullable' => False,'default' => ''),
-                               'et_group' => array('type' => 'int','precision' 
=> '4','nullable' => False,'default' => '0'),
-                               'et_version' => array('type' => 
'varchar','precision' => '20','nullable' => False,'default' => ''),
+                               'et_template' => array('type' => 
'varchar','precision' => '20','nullable' => False),
+                               'et_lang' => array('type' => 
'varchar','precision' => '5','nullable' => False),
+                               'et_group' => array('type' => 'int','precision' 
=> '4','default' => 0,'nullable' => False),
+                               'et_version' => array('type' => 
'varchar','precision' => '20','nullable' => False),
                                'et_data' => array('type' => 'text','nullable' 
=> True),
                                'et_size' => array('type' => 
'varchar','precision' => '128','nullable' => True),
                                'et_style' => array('type' => 'text','nullable' 
=> True),
-                               'et_modified' => array('type' => 
'int','precision' => '4','nullable' => False,'default' => '0')
+                               'et_modified' => array('type' => 
'int','precision' => '4','default' => 0,'nullable' => False)
                        ),
                        'pk' => 
array('et_name','et_template','et_lang','et_group','et_version'),
                        'fk' => array(),

====================================================
Index: etemplate/setup/setup.inc.php
diff -u etemplate/setup/setup.inc.php:1.12 etemplate/setup/setup.inc.php:1.13
--- etemplate/setup/setup.inc.php:1.12  Sat Jun 14 13:48:50 2003
+++ etemplate/setup/setup.inc.php       Sun Jan 16 18:49:01 2005
@@ -41,6 +41,6 @@
        /* Dependencies for this app to work */
        $setup_info['etemplate']['depends'][] = array(
                 'appname' => 'phpgwapi',
-                'versions' => Array('0.9.13','0.9.14','0.9.15','0.9.16')
+                'versions' => Array('0.9.17')
        );
 ?>






reply via email to

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