phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] addressbook/inc class.addressbook_importer.inc.php, 1


From: powerstat
Subject: [Phpgroupware-cvs] addressbook/inc class.addressbook_importer.inc.php, 1.3 hook_notifywindow.inc.php, 1.10
Date: Tue, 10 May 2005 15:35:00 +0200

Update of addressbook/inc

Modified Files:
     Branch: MAIN
            class.addressbook_importer.inc.php lines: +16 -17
            hook_notifywindow.inc.php lines: +9 -1

Log Message:
Added phpdocs

====================================================
Index: addressbook/inc/class.addressbook_importer.inc.php
diff -u addressbook/inc/class.addressbook_importer.inc.php:1.2 
addressbook/inc/class.addressbook_importer.inc.php:1.3
--- addressbook/inc/class.addressbook_importer.inc.php:1.2      Fri Dec 31 
04:55:22 2004
+++ addressbook/inc/class.addressbook_importer.inc.php  Tue May 10 13:35:44 2005
@@ -1,22 +1,21 @@
 <?php
-  /**************************************************************************\
-  * phpGroupWare - uicategorize_contacts                                     *
-  * http://www.phpgroupware.org                                              *
-  * This program is part of the GNU project, see http://www.gnu.org/         *
-  *                                                                          *
-  * Copyright 2003 Free Software Foundation, Inc.                            *
-  *                                                                          *
-  * Originally Written by Jonathan Alberto Rivera Gomez - jarg at co.com.mx  *
-  * Current Maintained by Jonathan Alberto Rivera Gomez - jarg at co.com.mx  *
-  * --------------------------------------------                             *
-  * Development of this application was funded by http://www.sogrp.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 - Importer
+       *
+       * @author Jonathan Alberto Rivera Gomez <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 addressbook
+       * @version $Id$
+       * @internal Development of this application was funded by 
http://www.sogrp.com/
+       */

+
+       /**
+       * Importer
+       *
+       * @package addressbook
+       */
        class addressbook_importer
        {
                var $record;

====================================================
Index: addressbook/inc/hook_notifywindow.inc.php
diff -u addressbook/inc/hook_notifywindow.inc.php:1.9 
addressbook/inc/hook_notifywindow.inc.php:1.10
--- addressbook/inc/hook_notifywindow.inc.php:1.9       Tue May 10 13:18:09 2005
+++ addressbook/inc/hook_notifywindow.inc.php   Tue May 10 13:35:44 2005
@@ -18,6 +18,10 @@
        unset($d1);

        $tmp_app_inc = PHPGW_APP_INC;
+
+       /**
+       * Define PHPGW_APP_INC
+       */
        
define('PHPGW_APP_INC',$GLOBALS['phpgw']->common->get_inc_dir('addressbook'));

        if ($GLOBALS['phpgw_info']['user']['apps']['addressbook']
@@ -64,5 +68,9 @@
                echo "\n<!-- Birthday info -->\n";
        }

+       /**
+       * Define PHPGW_APP_INC
+       * @ignore
+       */
        define('PHPGW_APP_INC',$tmp_app_inc);
 ?>






reply via email to

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