phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] tts/setup default_records.inc.php setup.inc.php... [V


From: Dave Hall
Subject: [Phpgroupware-cvs] tts/setup default_records.inc.php setup.inc.php... [Version-0_9_16-branch]
Date: Wed, 22 Nov 2006 21:21:40 +0000

CVSROOT:        /sources/phpgroupware
Module name:    tts
Branch:         Version-0_9_16-branch
Changes by:     Dave Hall <skwashd>     06/11/22 21:21:40

Modified files:
        setup          : default_records.inc.php setup.inc.php 
                         tables_baseline.inc.php tables_current.inc.php 
                         tables_update.inc.php 

Log message:
        rollback bad commit of head code to stable

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/tts/setup/default_records.inc.php?cvsroot=phpgroupware&only_with_tag=Version-0_9_16-branch&r1=1.1.2.4&r2=1.1.2.5
http://cvs.savannah.gnu.org/viewcvs/tts/setup/setup.inc.php?cvsroot=phpgroupware&only_with_tag=Version-0_9_16-branch&r1=1.6.4.3&r2=1.6.4.4
http://cvs.savannah.gnu.org/viewcvs/tts/setup/tables_baseline.inc.php?cvsroot=phpgroupware&only_with_tag=Version-0_9_16-branch&r1=1.1.4.1&r2=1.1.4.2
http://cvs.savannah.gnu.org/viewcvs/tts/setup/tables_current.inc.php?cvsroot=phpgroupware&only_with_tag=Version-0_9_16-branch&r1=1.6.4.2&r2=1.6.4.3
http://cvs.savannah.gnu.org/viewcvs/tts/setup/tables_update.inc.php?cvsroot=phpgroupware&only_with_tag=Version-0_9_16-branch&r1=1.1.2.3&r2=1.1.2.4

Patches:
Index: default_records.inc.php
===================================================================
RCS file: /sources/phpgroupware/tts/setup/default_records.inc.php,v
retrieving revision 1.1.2.4
retrieving revision 1.1.2.5
diff -u -b -r1.1.2.4 -r1.1.2.5
--- default_records.inc.php     14 Oct 2006 05:39:41 -0000      1.1.2.4
+++ default_records.inc.php     22 Nov 2006 21:21:40 -0000      1.1.2.5
@@ -6,7 +6,7 @@
        * @license http://www.gnu.org/licenses/gpl.html GNU General Public 
License
        * @package tts
        * @subpackage setup
-       * @version $Id: default_records.inc.php,v 1.1.2.4 2006/10/14 05:39:41 
skwashd Exp $
+       * @version $Id: default_records.inc.php,v 1.1.2.5 2006/11/22 21:21:40 
skwashd Exp $
        */
 
 

Index: setup.inc.php
===================================================================
RCS file: /sources/phpgroupware/tts/setup/setup.inc.php,v
retrieving revision 1.6.4.3
retrieving revision 1.6.4.4
diff -u -b -r1.6.4.3 -r1.6.4.4
--- setup.inc.php       14 Oct 2006 05:39:41 -0000      1.6.4.3
+++ setup.inc.php       22 Nov 2006 21:21:40 -0000      1.6.4.4
@@ -6,7 +6,7 @@
        * @license http://www.gnu.org/licenses/gpl.html GNU General Public 
License
        * @package tts
        * @subpackage setup
-       * @version $Id: setup.inc.php,v 1.6.4.3 2006/10/14 05:39:41 skwashd Exp 
$
+       * @version $Id: setup.inc.php,v 1.6.4.4 2006/11/22 21:21:40 skwashd Exp 
$
        */
 
        /* Basic information about this app */

Index: tables_baseline.inc.php
===================================================================
RCS file: /sources/phpgroupware/tts/setup/tables_baseline.inc.php,v
retrieving revision 1.1.4.1
retrieving revision 1.1.4.2
diff -u -b -r1.1.4.1 -r1.1.4.2
--- tables_baseline.inc.php     14 Oct 2006 05:39:41 -0000      1.1.4.1
+++ tables_baseline.inc.php     22 Nov 2006 21:21:40 -0000      1.1.4.2
@@ -6,7 +6,7 @@
        * @license http://www.gnu.org/licenses/gpl.html GNU General Public 
License
        * @package tts
        * @subpackage setup
-       * @version $Id: tables_baseline.inc.php,v 1.1.4.1 2006/10/14 05:39:41 
skwashd Exp $
+       * @version $Id: tables_baseline.inc.php,v 1.1.4.2 2006/11/22 21:21:40 
skwashd Exp $
        */
 
        $phpgw_baseline = array(

Index: tables_current.inc.php
===================================================================
RCS file: /sources/phpgroupware/tts/setup/tables_current.inc.php,v
retrieving revision 1.6.4.2
retrieving revision 1.6.4.3
diff -u -b -r1.6.4.2 -r1.6.4.3
--- tables_current.inc.php      14 Oct 2006 05:39:41 -0000      1.6.4.2
+++ tables_current.inc.php      22 Nov 2006 21:21:40 -0000      1.6.4.3
@@ -6,7 +6,7 @@
        * @license http://www.gnu.org/licenses/gpl.html GNU General Public 
License
        * @package tts
        * @subpackage setup
-       * @version $Id: tables_current.inc.php,v 1.6.4.2 2006/10/14 05:39:41 
skwashd Exp $
+       * @version $Id: tables_current.inc.php,v 1.6.4.3 2006/11/22 21:21:40 
skwashd Exp $
        */
 
        $phpgw_baseline = array(

Index: tables_update.inc.php
===================================================================
RCS file: /sources/phpgroupware/tts/setup/tables_update.inc.php,v
retrieving revision 1.1.2.3
retrieving revision 1.1.2.4
diff -u -b -r1.1.2.3 -r1.1.2.4
--- tables_update.inc.php       14 Oct 2006 05:39:41 -0000      1.1.2.3
+++ tables_update.inc.php       22 Nov 2006 21:21:40 -0000      1.1.2.4
@@ -6,7 +6,7 @@
        * @license http://www.gnu.org/licenses/gpl.html GNU General Public 
License
        * @package tts
        * @subpackage setup
-       * @version $Id: tables_update.inc.php,v 1.1.2.3 2006/10/14 05:39:41 
skwashd Exp $
+       * @version $Id: tables_update.inc.php,v 1.1.2.4 2006/11/22 21:21:40 
skwashd Exp $
        */
 
        /* This is since the last release */




reply via email to

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