phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] phpgwapi/inc class.hooks.inc.php


From: Sigurd Nes
Subject: [Phpgroupware-cvs] phpgwapi/inc class.hooks.inc.php
Date: Tue, 06 Mar 2007 14:30:39 +0000

CVSROOT:        /sources/phpgwapi
Module name:    phpgwapi
Changes by:     Sigurd Nes <sigurdne>   07/03/06 14:30:39

Modified files:
        inc            : class.hooks.inc.php 

Log message:
        notice

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/phpgwapi/inc/class.hooks.inc.php?cvsroot=phpgwapi&r1=1.24&r2=1.25

Patches:
Index: class.hooks.inc.php
===================================================================
RCS file: /sources/phpgwapi/phpgwapi/inc/class.hooks.inc.php,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -b -r1.24 -r1.25
--- class.hooks.inc.php 25 Nov 2006 16:25:22 -0000      1.24
+++ class.hooks.inc.php 6 Mar 2007 14:30:39 -0000       1.25
@@ -6,7 +6,7 @@
        * @license http://www.fsf.org/licenses/lgpl.html GNU Lesser General 
Public License
        * @package phpgwapi
        * @subpackage application
-       * @version $Id: class.hooks.inc.php,v 1.24 2006/11/25 16:25:22 sigurdne 
Exp $
+       * @version $Id: class.hooks.inc.php,v 1.25 2007/03/06 14:30:39 sigurdne 
Exp $
        */
 
        /**
@@ -239,9 +239,12 @@
                                if(@file_exists($f))
                                {
                                        include($f);
+                                       
if(isset($setup_info[$appname]['hooks']))
+                                       {
                                        
$this->register_hooks($appname,$setup_info[$appname]['hooks']);
                                }
                        }
                }
        }
+       }
 ?>




reply via email to

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