phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] skel/setup tables_update.inc.php, 1.3 setup.inc.php,


From: powerstat
Subject: [Phpgroupware-cvs] skel/setup tables_update.inc.php, 1.3 setup.inc.php, 1.15 tables_current.inc.php, 1.4 tables_baseline.inc.php, 1.2
Date: Fri, 15 Apr 2005 12:55:00 +0200

Update of skel/setup

Modified Files:
     Branch: MAIN
            tables_update.inc.php lines: +14 -11
            setup.inc.php lines: +9 -11
            tables_current.inc.php lines: +9 -11
            tables_baseline.inc.php lines: +9 -11

Log Message:
Converted to phpdoc.
Verified with phpdocumentor and php -l

====================================================
Index: skel/setup/tables_update.inc.php
diff -u skel/setup/tables_update.inc.php:1.2 
skel/setup/tables_update.inc.php:1.3
--- skel/setup/tables_update.inc.php:1.2        Fri Mar  8 04:27:05 2002
+++ skel/setup/tables_update.inc.php    Fri Apr 15 10:55:41 2005
@@ -1,17 +1,20 @@
 <?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$ */
+       /**
+       * Skeleton - setup
+       *
+       * @copyright Copyright (C) 2000-2002,2005 Free Software Foundation, 
Inc. http://www.fsf.org/
+       * @license http://www.gnu.org/licenses/gpl.html GNU General Public 
License
+       * @package skeleton
+       * @subpackage setup
+       * @version $Id$
+       */

        $test[] = '0.0.1.000';
+       /**
+       * Upgrade from Version 0.0.1.000 to Version 0.0.1.001
+       *
+       * @return string New version number (format: 0.0.0.000)
+       */
        function skel_upgrade0_0_1_000()
        {
                
$GLOBALS['phpgw_setup']->oProc->RenameTable('skel','phpgw_skel');

====================================================
Index: skel/setup/setup.inc.php
diff -u skel/setup/setup.inc.php:1.14 skel/setup/setup.inc.php:1.15
--- skel/setup/setup.inc.php:1.14       Wed Oct 23 20:47:32 2002
+++ skel/setup/setup.inc.php    Fri Apr 15 10:55:41 2005
@@ -1,15 +1,13 @@
 <?php
-  /**************************************************************************\
-  * phpGroupWare                                                             *
-  * 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$ */
+       /**
+       * Skeleton - setup
+       *
+       * @copyright Copyright (C) 2000-2002,2005 Free Software Foundation, 
Inc. http://www.fsf.org/
+       * @license http://www.gnu.org/licenses/gpl.html GNU General Public 
License
+       * @package skeleton
+       * @subpackage setup
+       * @version $Id$
+       */

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

====================================================
Index: skel/setup/tables_current.inc.php
diff -u skel/setup/tables_current.inc.php:1.3 
skel/setup/tables_current.inc.php:1.4
--- skel/setup/tables_current.inc.php:1.3       Wed Jul  4 04:24:22 2001
+++ skel/setup/tables_current.inc.php   Fri Apr 15 10:55:41 2005
@@ -1,15 +1,13 @@
 <?php
-  /**************************************************************************\
-  * phpGroupWare                                                             *
-  * 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$ */
+       /**
+       * Skeleton - setup
+       *
+       * @copyright Copyright (C) 2000-2001,2005 Free Software Foundation, 
Inc. http://www.fsf.org/
+       * @license http://www.gnu.org/licenses/gpl.html GNU General Public 
License
+       * @package skeleton
+       * @subpackage setup
+       * @version $Id$
+       */

        $phpgw_baseline = array(
                'phpgw_skel' => array(

====================================================
Index: skel/setup/tables_baseline.inc.php
diff -u skel/setup/tables_baseline.inc.php:1.1 
skel/setup/tables_baseline.inc.php:1.2
--- skel/setup/tables_baseline.inc.php:1.1      Wed Jul  4 04:24:22 2001
+++ skel/setup/tables_baseline.inc.php  Fri Apr 15 10:55:41 2005
@@ -1,15 +1,13 @@
 <?php
-  /**************************************************************************\
-  * phpGroupWare                                                             *
-  * 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$ */
+       /**
+       * Skeleton - setup
+       *
+       * @copyright Copyright (C) 2000-2001,2005 Free Software Foundation, 
Inc. http://www.fsf.org/
+       * @license http://www.gnu.org/licenses/gpl.html GNU General Public 
License
+       * @package skeleton
+       * @subpackage setup
+       * @version $Id$
+       */

        $phpgw_baseline = array(
                'skel' => array(






reply via email to

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