phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] todo/setup tables_current.inc.php, 1.11 setup.inc.php


From: powerstat
Subject: [Phpgroupware-cvs] todo/setup tables_current.inc.php, 1.11 setup.inc.php, 1.26 tables_baseline.inc.php, 1.4 tables_update.inc.php, 1.18
Date: Tue, 10 May 2005 17:48:00 +0200

Update of todo/setup

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

Log Message:
Added phpdocs

====================================================
Index: todo/setup/tables_current.inc.php
diff -u todo/setup/tables_current.inc.php:1.10 
todo/setup/tables_current.inc.php:1.11
--- todo/setup/tables_current.inc.php:1.10      Tue May  6 00:53:38 2003
+++ todo/setup/tables_current.inc.php   Tue May 10 15:48:58 2005
@@ -1,14 +1,14 @@
 <?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$ */
+       /**
+       * Todo - setup
+       *
+       * @author Joseph Engo <address@hidden>
+       * @copyright Copyright (C) 2000-2005 Free Software Foundation, Inc. 
http://www.fsf.org/
+       * @license http://www.gnu.org/licenses/gpl.html GNU General Public 
License
+       * @package todo
+       * @subpackage setup
+       * @version $Id$
+       */

        $phpgw_baseline = array(
                'phpgw_todo' => array(

====================================================
Index: todo/setup/setup.inc.php
diff -u todo/setup/setup.inc.php:1.25 todo/setup/setup.inc.php:1.26
--- todo/setup/setup.inc.php:1.25       Tue Mar 30 12:21:28 2004
+++ todo/setup/setup.inc.php    Tue May 10 15:48:58 2005
@@ -1,15 +1,14 @@
 <?php
-       
/**************************************************************************\
-       * phpGroupWare - Todo                                                   
   *
-       * 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$ */
+       /**
+       * Todo - setup
+       *
+       * @author Joseph Engo <address@hidden>
+       * @copyright Copyright (C) 2000-2005 Free Software Foundation, Inc. 
http://www.fsf.org/
+       * @license http://www.gnu.org/licenses/gpl.html GNU General Public 
License
+       * @package todo
+       * @subpackage setup
+       * @version $Id$
+       */

        $setup_info['todo']['name']      = 'todo';
        $setup_info['todo']['version']   = '0.9.15.003';

====================================================
Index: todo/setup/tables_baseline.inc.php
diff -u todo/setup/tables_baseline.inc.php:1.3 
todo/setup/tables_baseline.inc.php:1.4
--- todo/setup/tables_baseline.inc.php:1.3      Sat Aug  4 13:28:12 2001
+++ todo/setup/tables_baseline.inc.php  Tue May 10 15:48:58 2005
@@ -1,15 +1,14 @@
 <?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$ */
+       /**
+       * Todo - setup
+       *
+       * @author Joseph Engo <address@hidden>
+       * @copyright Copyright (C) 2000-2005 Free Software Foundation, Inc. 
http://www.fsf.org/
+       * @license http://www.gnu.org/licenses/gpl.html GNU General Public 
License
+       * @package todo
+       * @subpackage setup
+       * @version $Id$
+       */

        $phpgw_baseline = array(
                'todo' => array(

====================================================
Index: todo/setup/tables_update.inc.php
diff -u todo/setup/tables_update.inc.php:1.17 
todo/setup/tables_update.inc.php:1.18
--- todo/setup/tables_update.inc.php:1.17       Tue May  6 00:53:38 2003
+++ todo/setup/tables_update.inc.php    Tue May 10 15:48:58 2005
@@ -1,16 +1,21 @@
 <?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$ */
-
+       /**
+       * Todo - setup
+       *
+       * @author Joseph Engo <address@hidden>
+       * @copyright Copyright (C) 2000-2005 Free Software Foundation, Inc. 
http://www.fsf.org/
+       * @license http://www.gnu.org/licenses/gpl.html GNU General Public 
License
+       * @package todo
+       * @subpackage setup
+       * @version $Id$
+       */
+
+       /**
+        * Update from 0.9.2 to 0.9.3
+        *
+        * @param string $table Table name
+        * @param string $field Field name
+        */
        function todo_v0_9_2to0_9_3update_owner($table, $field)
        {
                global $phpgw_setup;






reply via email to

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