phpgroupware-cvs
[Top][All Lists]
Advanced

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

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


From: Sigurd Nes
Subject: [Phpgroupware-cvs] calendar/inc class.bocalendar.inc.php
Date: Tue, 31 Oct 2006 10:38:05 +0000

CVSROOT:        /sources/phpgroupware
Module name:    calendar
Changes by:     Sigurd Nes <sigurdne>   06/10/31 10:38:05

Modified files:
        inc            : class.bocalendar.inc.php 

Log message:
        get_grants from top-location

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/calendar/inc/class.bocalendar.inc.php?cvsroot=phpgroupware&r1=1.108&r2=1.109

Patches:
Index: class.bocalendar.inc.php
===================================================================
RCS file: /sources/phpgroupware/calendar/inc/class.bocalendar.inc.php,v
retrieving revision 1.108
retrieving revision 1.109
diff -u -b -r1.108 -r1.109
--- class.bocalendar.inc.php    6 Sep 2006 00:52:28 -0000       1.108
+++ class.bocalendar.inc.php    31 Oct 2006 10:38:05 -0000      1.109
@@ -12,7 +12,7 @@
   *  option) any later version.                                              *
   \**************************************************************************/
 
-       /* $Id: class.bocalendar.inc.php,v 1.108 2006/09/06 00:52:28 skwashd 
Exp $ */
+       /* $Id: class.bocalendar.inc.php,v 1.109 2006/10/31 10:38:05 sigurdne 
Exp $ */
 
        class bocalendar
        {
@@ -139,7 +139,7 @@
                {
                        $this->cat = CreateObject('phpgwapi.categories');
                        $this->contacts = createObject('phpgwapi.contacts');
-                       $this->grants = 
$GLOBALS['phpgw']->acl->get_grants('calendar');
+                       $this->grants = 
$GLOBALS['phpgw']->acl->get_grants('calendar','.');
                        if(DEBUG_APP)
                        {
                                if(floor(phpversion()) >= 4)




reply via email to

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