phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] calendar/setup tables_current.inc.php, 1.14 tables_ba


From: powerstat
Subject: [Phpgroupware-cvs] calendar/setup tables_current.inc.php, 1.14 tables_baseline.inc.php, 1.3 setup.inc.php, 1.26 tables_update.inc.php, 1.22
Date: Wed, 11 May 2005 13:38:00 +0200

Update of calendar/setup

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

Log Message:
Added phpdocs

====================================================
Index: calendar/setup/tables_current.inc.php
diff -u calendar/setup/tables_current.inc.php:1.13 
calendar/setup/tables_current.inc.php:1.14
--- calendar/setup/tables_current.inc.php:1.13  Mon Nov  5 18:17:41 2001
+++ calendar/setup/tables_current.inc.php       Wed May 11 11:38:06 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$ */
+       /**
+       * Calendar - Setup
+       *
+       * @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 calendar
+       * @subpackage setup
+       * @version $Id$
+       */

        $phpgw_baseline = array(
                'phpgw_cal' => array(

====================================================
Index: calendar/setup/tables_baseline.inc.php
diff -u calendar/setup/tables_baseline.inc.php:1.2 
calendar/setup/tables_baseline.inc.php:1.3
--- calendar/setup/tables_baseline.inc.php:1.2  Mon Sep  3 03:31:13 2001
+++ calendar/setup/tables_baseline.inc.php      Wed May 11 11:38:06 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$ */
+       /**
+       * Calendar - 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 calendar
+       * @subpackage setup
+       * @version $Id$
+       */

        $phpgw_baseline = array(
                "webcal_entry" => array(

====================================================
Index: calendar/setup/setup.inc.php
diff -u calendar/setup/setup.inc.php:1.25 calendar/setup/setup.inc.php:1.26
--- calendar/setup/setup.inc.php:1.25   Thu May  5 01:05:26 2005
+++ calendar/setup/setup.inc.php        Wed May 11 11:38:06 2005
@@ -1,15 +1,14 @@
 <?php
-       
/**************************************************************************\
-       * phpGroupWare - Calendar                                               
   *
-       * 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.                                           
   *
-       
\**************************************************************************/
+       /**
+       * Calendar - Setup
+       *
+       * @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 calendar
+       * @subpackage setup
+       * @version $Id$
+       */

-       /* $Id$ */

        $setup_info['calendar']['name']    = 'calendar';
        $setup_info['calendar']['version'] = '0.9.13.007';

====================================================
Index: calendar/setup/tables_update.inc.php
diff -u calendar/setup/tables_update.inc.php:1.21 
calendar/setup/tables_update.inc.php:1.22
--- calendar/setup/tables_update.inc.php:1.21   Tue Nov  6 23:59:27 2001
+++ calendar/setup/tables_update.inc.php        Wed May 11 11:38:06 2005
@@ -1,16 +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$ */
-
+       /**
+       * Calendar - 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 calendar
+       * @subpackage setup
+       * @version $Id$
+       */
+
+       /**
+       * Update from 0.9.2 to 0.9.3
+       *
+       * @param string $table Table name
+       * @param string $field Column name
+       */
        function calendar_v0_9_2to0_9_3update_owner($table, $field)
        {
                $GLOBALS['phpgw_setup']->oProc->query("select distinct($field) 
from $table");






reply via email to

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