phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] phpgwapi/js/jscalendar jscalendar-setup.php,1.5


From: powerstat
Subject: [Phpgroupware-cvs] phpgwapi/js/jscalendar jscalendar-setup.php,1.5
Date: Thu, 28 Apr 2005 10:11:00 +0200

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 <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$ */
+       /**
+       * API jsCalendar setup (set up jsCalendar with user prefs)
+       * @author Mihai Bazon
+       * @author Ralf Becker <address@hidden>
+       * @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'];






reply via email to

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