phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] calendar index.php,1.47 preferences.php,1.42


From: powerstat
Subject: [Phpgroupware-cvs] calendar index.php,1.47 preferences.php,1.42
Date: Wed, 11 May 2005 13:38:00 +0200

Update of calendar

Modified Files:
     Branch: MAIN
            index.php lines: +16 -14
            preferences.php lines: +12 -11

Log Message:
Added phpdocs

====================================================
Index: calendar/index.php
diff -u calendar/index.php:1.46 calendar/index.php:1.47
--- calendar/index.php:1.46     Sat Sep 28 20:01:43 2002
+++ calendar/index.php  Wed May 11 11:38:06 2005
@@ -1,18 +1,16 @@
 <?php
-  /**************************************************************************\
-  * phpGroupWare - Calendar                                                  *
-  * http://www.phpgroupware.org                                              *
-  * Based on Webcalendar by Craig Knudsen <address@hidden>               *
-  *          http://www.radix.net/~cknudsen                                  *
-  * Modified by Mark Peters <address@hidden>                       *
-  * --------------------------------------------                             *
-  *  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
+       *
+       * @author Craig Knudsen <address@hidden>
+       * @author Mark Peters <address@hidden>
+       * @copyright Copyright (C) xxxx Craig Knudsen
+       * @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 calendar
+       * @version $Id$
+       * @internal ased on Webcalendar http://www.radix.net/~cknudsen/
+       */

        $phpgw_flags = Array(
                'currentapp'    =>      'calendar',
@@ -25,7 +23,11 @@

        $GLOBALS['phpgw_info']['flags'] = $phpgw_flags;

+       /**
+       * Include phpgroupware header
+       */
        include('../header.inc.php');
+
        if(!is_object($GLOBALS['phpgw']->datetime))
        {
                $GLOBALS['phpgw']->datetime = CreateObject('phpgwapi.datetime');

====================================================
Index: calendar/preferences.php
diff -u calendar/preferences.php:1.41 calendar/preferences.php:1.42
--- calendar/preferences.php:1.41       Sat Sep 28 20:01:43 2002
+++ calendar/preferences.php    Wed May 11 11:38:06 2005
@@ -1,15 +1,12 @@
 <?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.                                              *
-  \**************************************************************************/
-
-       /* $Id$ */
+       /**
+       * Calendar - preferences
+       *
+       * @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 calendar
+       * @version $Id$
+       */

        $phpgw_flags = Array(
                'currentapp'                    =>      'calendar',
@@ -21,6 +18,10 @@
        );

        $phpgw_info['flags'] = $phpgw_flags;
+
+       /**
+       * Include phpgroupware header
+       */
        include('../header.inc.php');

        if ($submit)






reply via email to

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