Update of phpgwapi/js/jscalendar

Modified Files:
     Branch: MAIN
            jscalendar-setup.php lines: +14 -12

Log Message:
phpdocs added to the rest outside inc

====================================================
Index: phpgwapi/js/jscalendar/jscalendar-setup.php
diff -u phpgwapi/js/jscalendar/jscalendar-setup.php:1.4 
phpgwapi/js/jscalendar/jscalendar-setup.php:1.5
--- phpgwapi/js/jscalendar/jscalendar-setup.php:1.4     Thu Dec 30 06:47:33 2004
+++ phpgwapi/js/jscalendar/jscalendar-setup.php Thu Apr 28 08:11:59 2005
@@ -1,16 +1,15 @@
 <?php
-/**************************************************************************\
-* phpGroupWare - API jsCalendar setup (set up jsCalendar with user prefs)  *
-* http://www.phpgroupware.org                                              *
-* Modified by Ralf Becker <[EMAIL PROTECTED]>                 *
-* --------------------------------------------                             *
-*  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$ */
+       /**
+       * API jsCalendar setup (set up jsCalendar with user prefs)
+       * @author Mihai Bazon
+       * @author Ralf Becker <[EMAIL PROTECTED]>
+       * @copyright Copyright (C) 2002-2003 Mihai Bazon
+       * @copyright Copyright (C) 2003-2005 Free Software Foundation, Inc. 
http://www.fsf.org/
+       * @license http://www.gnu.org/licenses/lgpl.html GNU Lesser General 
Public License
+       * @package phpgwapi
+       * @subpackage javascript
+       * @version $Id$
+       */

 $GLOBALS['phpgw_info']['flags'] = Array(
        'currentapp'  => 'calendar',            // can't be phpgwapi
@@ -22,6 +21,9 @@
        'nocachecontrol' => True                        // allow cacheing
 );

+/**
+* Include phpgroupware header
+*/
 include('../../../header.inc.php');

 $dateformat = 
$GLOBALS['phpgw_info']['user']['preferences']['common']['dateformat'];




_______________________________________________
Phpgroupware-cvs mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/phpgroupware-cvs

Reply via email to