phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] calendar/inc class.uicalendar.inc.php


From: Dave Hall
Subject: [Phpgroupware-cvs] calendar/inc class.uicalendar.inc.php
Date: Thu, 14 Dec 2006 12:51:30 +0000

CVSROOT:        /sources/phpgroupware
Module name:    calendar
Changes by:     Dave Hall <skwashd>     06/12/14 12:51:30

Modified files:
        inc            : class.uicalendar.inc.php 

Log message:
        renable hook which is not only used by infolog, not understanding 
something is not an excuse to remove/disable it

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/calendar/inc/class.uicalendar.inc.php?cvsroot=phpgroupware&r1=1.146&r2=1.147

Patches:
Index: class.uicalendar.inc.php
===================================================================
RCS file: /sources/phpgroupware/calendar/inc/class.uicalendar.inc.php,v
retrieving revision 1.146
retrieving revision 1.147
diff -u -b -r1.146 -r1.147
--- class.uicalendar.inc.php    12 Dec 2006 20:07:35 -0000      1.146
+++ class.uicalendar.inc.php    14 Dec 2006 12:51:30 -0000      1.147
@@ -12,7 +12,7 @@
   *  option) any later version.                                              *
   \**************************************************************************/
 
-       /* $Id: class.uicalendar.inc.php,v 1.146 2006/12/12 20:07:35 sigurdne 
Exp $ */
+       /* $Id: class.uicalendar.inc.php,v 1.147 2006/12/14 12:51:30 skwashd 
Exp $ */
 
        class uicalendar
        {
@@ -780,23 +780,11 @@
                        ));
                        $p->pfp('phpgw_body','view_event');
                        
-                       /*
-                       * Sigurd:
-                       * Didn't understand this one - it tries to exec 
"infolog.uiinfolog.hook_view" with the arguments 
-                       *
-                       * Array
-                       * (
-                       *    [location] => calendar_view
-                       *    [cal_id] => 2
-                       * )
-                       *
-                       * It might be useful - Disabled for now
-                       
-                       $GLOBALS['phpgw']->hooks->process(array(
+                       $GLOBALS['phpgw']->hooks->process(array
+                       (
                                'location' => 'calendar_view',
                                'cal_id'   => $cal_id
                        ));
-                       */
                }
 
                function edit($params='')




reply via email to

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