phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] addressbook index.php,1.122 csv_import.php,1.19


From: powerstat
Subject: [Phpgroupware-cvs] addressbook index.php,1.122 csv_import.php,1.19
Date: Tue, 10 May 2005 15:02:00 +0200

Update of addressbook

Modified Files:
     Branch: MAIN
            index.php lines: +16 -13
            csv_import.php lines: +13 -11

Log Message:
Added phpdocs

====================================================
Index: addressbook/index.php
diff -u addressbook/index.php:1.121 addressbook/index.php:1.122
--- addressbook/index.php:1.121 Fri Dec 31 04:55:22 2004
+++ addressbook/index.php       Tue May 10 13:02:42 2005
@@ -1,18 +1,16 @@
 <?php
-       
/**************************************************************************\
-       * phpGroupWare - Messenger                                              
   *
-       * http://www.phpgroupware.org                                           
   *
-       * This application written by Joseph Engo <address@hidden>         *
-       * --------------------------------------------                          
   *
-       * Funding for this program was provided by http://www.checkwithmom.com  
   *
-       * --------------------------------------------                          
   *
-       *  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.                                           
   *
-       
\**************************************************************************/
+       /**
+       * Addressbook
+       *
+       * @author Joseph Engo <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 addressbook
+       * @version $Id$
+       * @internal Funding for this program was provided by 
http://www.checkwithmom.com
+       */
+

-       /* $Id$ */
        $GLOBALS['phpgw_info'] = array();

        $GLOBALS['phpgw_info']['flags'] = array(
@@ -20,6 +18,11 @@
                'noheader'   => True,
                'nonavbar'   => True
        );
+
+
+       /**
+       * Include phpgroupware header
+       */
        include('../header.inc.php');

        $parms = Array(

====================================================
Index: addressbook/csv_import.php
diff -u addressbook/csv_import.php:1.18 addressbook/csv_import.php:1.19
--- addressbook/csv_import.php:1.18     Fri Dec 31 04:55:22 2004
+++ addressbook/csv_import.php  Tue May 10 13:02:43 2005
@@ -1,22 +1,24 @@
 <?php
-  /**************************************************************************\
-  * phpGroupWare - Addressbook: CSV - Import                                 *
-  * http://www.phpgroupware.org                                              *
-  * Written 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.                                              *
-  \**************************************************************************/
+       /**
+       * Addressbook - CSV - Import
+       *
+       * @author Ralf Becker <address@hidden>
+       * @copyright Copyright (C) 2002-2005 Free Software Foundation, Inc. 
http://www.fsf.org/
+       * @license http://www.gnu.org/licenses/gpl.html GNU General Public 
License
+       * @package addressbook
+       * @version $Id$
+       */

-  /* $Id$ */

        $GLOBALS['phpgw_info']['flags'] = array(
                'currentapp' => 'addressbook',
                'noheader'   => True,
                'enable_contacts_class' => True,
        );
+
+       /**
+       * Include phpgroupware header
+       */
        include('../header.inc.php');

        $GLOBALS['phpgw_info']['flags']['app_header'] = lang('Import CSV-File 
into Addressbook');






reply via email to

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