phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] tts/setup tables_current.inc.php, 1.10 tables_baselin


From: powerstat
Subject: [Phpgroupware-cvs] tts/setup tables_current.inc.php, 1.10 tables_baseline.inc.php, 1.2 setup.inc.php, 1.12 default_records.inc.php, 1.4 tables_update.inc.php, 1.4
Date: Tue, 10 May 2005 18:12:00 +0200

Update of tts/setup

Modified Files:
     Branch: MAIN
            tables_current.inc.php lines: +9 -11
            tables_baseline.inc.php lines: +9 -11
            setup.inc.php lines: +9 -11
            default_records.inc.php lines: +9 -10
            tables_update.inc.php lines: +15 -12

Log Message:
Added phpdocs

====================================================
Index: tts/setup/tables_current.inc.php
diff -u tts/setup/tables_current.inc.php:1.9 
tts/setup/tables_current.inc.php:1.10
--- tts/setup/tables_current.inc.php:1.9        Thu Dec 16 16:49:17 2004
+++ tts/setup/tables_current.inc.php    Tue May 10 16:12:38 2005
@@ -1,15 +1,13 @@
 <?php
-  /**************************************************************************\
-  * phpGroupWare - Setup                                                     *
-  * http://www.phpgroupware.org                                              *
-  * --------------------------------------------                             *
-  *  This program is free software; you can redistribute it and/or modify it *
-  *  under the terms of the GNU General Public License as published by the   *
-  *  Free Software Foundation; either version 2 of the License, or (at your  *
-  *  option) any later version.                                              *
-  \**************************************************************************/
-
-  /* $Id$ */
+       /**
+       * Trouble Ticket System - Setup
+       *
+       * @copyright Copyright (C) 2001-2005 Free Software Foundation, Inc. 
http://www.fsf.org/
+       * @license http://www.gnu.org/licenses/gpl.html GNU General Public 
License
+       * @package tts
+       * @subpackage setup
+       * @version $Id$
+       */

        $phpgw_baseline = array(
                'phpgw_tts_tickets' => array(

====================================================
Index: tts/setup/tables_baseline.inc.php
diff -u tts/setup/tables_baseline.inc.php:1.1 
tts/setup/tables_baseline.inc.php:1.2
--- tts/setup/tables_baseline.inc.php:1.1       Sat Sep 29 03:43:33 2001
+++ tts/setup/tables_baseline.inc.php   Tue May 10 16:12:38 2005
@@ -1,15 +1,13 @@
 <?php
-  /**************************************************************************\
-  * phpGroupWare - Setup                                                     *
-  * http://www.phpgroupware.org                                              *
-  * --------------------------------------------                             *
-  *  This program is free software; you can redistribute it and/or modify it *
-  *  under the terms of the GNU General Public License as published by the   *
-  *  Free Software Foundation; either version 2 of the License, or (at your  *
-  *  option) any later version.                                              *
-  \**************************************************************************/
-
-  /* $Id$ */
+       /**
+       * Trouble Ticket System - Setup
+       *
+       * @copyright Copyright (C) 2001,2005 Free Software Foundation, Inc. 
http://www.fsf.org/
+       * @license http://www.gnu.org/licenses/gpl.html GNU General Public 
License
+       * @package tts
+       * @subpackage setup
+       * @version $Id$
+       */

        $phpgw_baseline = array(
                'ticket' => array(

====================================================
Index: tts/setup/setup.inc.php
diff -u tts/setup/setup.inc.php:1.11 tts/setup/setup.inc.php:1.12
--- tts/setup/setup.inc.php:1.11        Tue Dec 14 21:46:40 2004
+++ tts/setup/setup.inc.php     Tue May 10 16:12:38 2005
@@ -1,15 +1,13 @@
 <?php
-       
/**************************************************************************\
-       * phpGroupWare - Addressbook                                            
   *
-       * http://www.phpgroupware.org                                           
   *
-       * --------------------------------------------                          
   *
-       *  This program is free software; you can redistribute it and/or modify 
it *
-       *  under the terms of the GNU General Public License as published by 
the   *
-       *  Free Software Foundation; either version 2 of the License, or (at 
your  *
-       *  option) any later version.                                           
   *
-       
\**************************************************************************/
-
-       /* $Id$ */
+       /**
+       * Trouble Ticket System - Setup
+       *
+       * @copyright Copyright (C) 2001-2005 Free Software Foundation, Inc. 
http://www.fsf.org/
+       * @license http://www.gnu.org/licenses/gpl.html GNU General Public 
License
+       * @package tts
+       * @subpackage setup
+       * @version $Id$
+       */

        /* Basic information about this app */
        $setup_info['tts']['name']                = 'tts';

====================================================
Index: tts/setup/default_records.inc.php
diff -u tts/setup/default_records.inc.php:1.3 
tts/setup/default_records.inc.php:1.4
--- tts/setup/default_records.inc.php:1.3       Tue Dec 14 20:03:03 2004
+++ tts/setup/default_records.inc.php   Tue May 10 16:12:38 2005
@@ -1,14 +1,13 @@
 <?php
-       
/**************************************************************************\
-       * phpGroupWare - Setup                                                  
   *
-       * http://www.phpgroupware.org                                           
   *
-       * --------------------------------------------                          
   *
-       *  This program is free software; you can redistribute it and/or modify 
it *
-       *  under the terms of the GNU General Public License as published by 
the   *
-       *  Free Software Foundation; either version 2 of the License, or (at 
your  *
-       *  option) any later version.                                           
   *
-       
\**************************************************************************/
-       /* $Id$ */
+       /**
+       * Trouble Ticket System - Setup
+       *
+       * @copyright Copyright (C) 2001-2005 Free Software Foundation, Inc. 
http://www.fsf.org/
+       * @license http://www.gnu.org/licenses/gpl.html GNU General Public 
License
+       * @package tts
+       * @subpackage setup
+       * @version $Id$
+       */

        $GLOBALS['phpgw_setup']->oProc->query("SELECT cat_name from 
phpgw_categories where cat_appname='tts'",__LINE__,__FILE__);
        while($GLOBALS['phpgw_setup']->oProc->next_record())

====================================================
Index: tts/setup/tables_update.inc.php
diff -u tts/setup/tables_update.inc.php:1.3 tts/setup/tables_update.inc.php:1.4
--- tts/setup/tables_update.inc.php:1.3 Tue Dec 14 20:04:21 2004
+++ tts/setup/tables_update.inc.php     Tue May 10 16:12:38 2005
@@ -1,19 +1,22 @@
 <?php
-       
/**************************************************************************\
-       * phpGroupWare - Setup                                                  
   *
-       * http://www.phpgroupware.org                                           
   *
-       * --------------------------------------------                          
   *
-       *  This program is free software; you can redistribute it and/or modify 
it *
-       *  under the terms of the GNU General Public License as published by 
the   *
-       *  Free Software Foundation; either version 2 of the License, or (at 
your  *
-       *  option) any later version.                                           
   *
-       
\**************************************************************************/
-
-       // $Id$
-       // $Source$
+       /**
+       * Trouble Ticket System - Setup
+       *
+       * @copyright Copyright (C) 2001-2005 Free Software Foundation, Inc. 
http://www.fsf.org/
+       * @license http://www.gnu.org/licenses/gpl.html GNU General Public 
License
+       * @package tts
+       * @subpackage setup
+       * @version $Id$
+       */

        /* This is since the last release */
        $test[] = '0.9.16';
+
+       /**
+        * Upgrade from 0.9.16 to 0.9.16.001
+        *
+        * @return string New version
+        */
        function tts_upgrade0_9_16()
        {
                global $setup_info,$phpgw_setup;






reply via email to

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