phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] projects/inc hook_sidebox_menu.inc.php, 1.14 hook_pre


From: ceb
Subject: [Phpgroupware-cvs] projects/inc hook_sidebox_menu.inc.php, 1.14 hook_preferences.inc.php, 1.27 hook_admin.inc.php, 1.23 hook_deleteaccount.inc.php, 1.7 hook_home.inc.php, 1.5 hook_manual.inc.php, 1.4 hook_add_def_pref.inc.php, 1.9
Date: Sun, 10 Apr 2005 00:36:00 +0200

Update of projects/inc

Modified Files:
     Branch: MAIN
            hook_sidebox_menu.inc.php lines: +12 -11
            hook_preferences.inc.php lines: +10 -10
            hook_admin.inc.php lines: +10 -10
            hook_deleteaccount.inc.php lines: +10 -10
            hook_home.inc.php lines: +10 -11
            hook_manual.inc.php lines: +10 -11
            hook_add_def_pref.inc.php lines: +3 -4

Log Message:
kais headers

====================================================
Index: projects/inc/hook_sidebox_menu.inc.php
diff -u projects/inc/hook_sidebox_menu.inc.php:1.13 
projects/inc/hook_sidebox_menu.inc.php:1.14
--- projects/inc/hook_sidebox_menu.inc.php:1.13 Thu Mar 31 23:00:22 2005
+++ projects/inc/hook_sidebox_menu.inc.php      Sat Apr  9 22:36:30 2005
@@ -1,15 +1,16 @@
 <?php
-       
/**************************************************************************\
-       * phpGroupWare - projects's Sidebox-Menu for idots-template             
   *
-       * http://www.phpgroupware.org                                           
   *
-       * Written by Pim Snel <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$ */
+       /**
+       * Project Manager - Sidebox-Menu for iDots Template
+       *
+       * @author Bettina Gille address@hidden
+       * @author Pim Snel <address@hidden>
+       * @copyright Copyright (C) 2003-2005 Free Software Foundation, Inc. 
http://www.fsf.org/
+       * @license http://www.gnu.org/licenses/gpl.html GNU General Public 
License
+       * @package projects
+       * @version $Id$
+       * $Source$
+       */
+
        {
                        $boprojects = CreateObject('projects.boprojects');
                        $appname = 'projects';

====================================================
Index: projects/inc/hook_preferences.inc.php
diff -u projects/inc/hook_preferences.inc.php:1.26 
projects/inc/hook_preferences.inc.php:1.27
--- projects/inc/hook_preferences.inc.php:1.26  Sat Jun 19 22:47:32 2004
+++ projects/inc/hook_preferences.inc.php       Sat Apr  9 22:36:30 2005
@@ -1,14 +1,14 @@
 <?php
-       
/**************************************************************************\
-       * phpGroupWare - Project Prefs                                          
   *
-       * 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$ */
+       /**
+       * Project Manager - Preferences
+       *
+       * @author Bettina Gille 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 projects
+       * @version $Id$
+       * $Source$
+       */

        {
                $title = $appname;

====================================================
Index: projects/inc/hook_admin.inc.php
diff -u projects/inc/hook_admin.inc.php:1.22 
projects/inc/hook_admin.inc.php:1.23
--- projects/inc/hook_admin.inc.php:1.22        Fri Apr  1 23:52:28 2005
+++ projects/inc/hook_admin.inc.php     Sat Apr  9 22:36:30 2005
@@ -1,14 +1,14 @@
 <?php
-       
/**************************************************************************\
-       * phpGroupWare - projects administration                                
   *
-       * 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$ */
+       /**
+       * Project Manager - Admin
+       *
+       * @author Bettina Gille 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 projects
+       * @version $Id$
+       * $Source$
+       */

        {
 // Only Modify the $file and $title variables.....

====================================================
Index: projects/inc/hook_deleteaccount.inc.php
diff -u projects/inc/hook_deleteaccount.inc.php:1.6 
projects/inc/hook_deleteaccount.inc.php:1.7
--- projects/inc/hook_deleteaccount.inc.php:1.6 Wed Mar  3 23:19:30 2004
+++ projects/inc/hook_deleteaccount.inc.php     Sat Apr  9 22:36:30 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$ */
+       /**
+       * Project Manager - Delete account
+       *
+       * @author Bettina Gille 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 projects
+       * @version $Id$
+       * $Source$
+       */

        // Delete all records for a user
        $pro = CreateObject('projects.boprojects');

====================================================
Index: projects/inc/hook_home.inc.php
diff -u projects/inc/hook_home.inc.php:1.4 projects/inc/hook_home.inc.php:1.5
--- projects/inc/hook_home.inc.php:1.4  Mon Mar 14 17:39:39 2005
+++ projects/inc/hook_home.inc.php      Sat Apr  9 22:36:30 2005
@@ -1,15 +1,14 @@
 <?php
-  /**************************************************************************\
-  * phpGroupWare - E-Mail                                                    *
-  * 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$ */
+       /**
+       * Project Manager - Home screen
+       *
+       * @author Bettina Gille 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 projects
+       * @version $Id$
+       * $Source$
+       */

        $d1 = strtolower(substr(PHPGW_APP_INC,0,3));
        if($d1 == 'htt' || $d1 == 'ftp' )

====================================================
Index: projects/inc/hook_manual.inc.php
diff -u projects/inc/hook_manual.inc.php:1.3 
projects/inc/hook_manual.inc.php:1.4
--- projects/inc/hook_manual.inc.php:1.3        Mon Jun 11 04:32:50 2001
+++ projects/inc/hook_manual.inc.php    Sat Apr  9 22:36:30 2005
@@ -1,15 +1,14 @@
 <?php
-    
/**************************************************************************\
-    * phpGroupWare - Manual                                                    
*
-    * http://www.phpgroupware.org                                              
*
-    * Written 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$ */
+       /**
+       * Project Manager - Manual
+       *
+       * @author Bettina Gille address@hidden
+       * @author Mark Peters <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 projects
+       * @version $Id$
+       */

 // Only Modify the $file variable.....
        $file = Array();

====================================================
Index: projects/inc/hook_add_def_pref.inc.php
diff -u projects/inc/hook_add_def_pref.inc.php:1.8 
projects/inc/hook_add_def_pref.inc.php:1.9
--- projects/inc/hook_add_def_pref.inc.php:1.8  Fri Apr  8 15:52:58 2005
+++ projects/inc/hook_add_def_pref.inc.php      Sat Apr  9 22:36:30 2005
@@ -1,12 +1,11 @@
 <?php
        /**
-       * Project Manager
+       * Project Manager - Preferences
        *
        * @author Bettina Gille 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 projects
-       * @subpackage preferences
        * @version $Id$
        * $Source$
        */






reply via email to

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