phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] property/inc class.soworkorder.inc.php class.so...


From: Sigurd Nes
Subject: [Phpgroupware-cvs] property/inc class.soworkorder.inc.php class.so...
Date: Wed, 21 Mar 2007 22:16:12 +0000

CVSROOT:        /sources/phpgroupware
Module name:    property
Changes by:     Sigurd Nes <sigurdne>   07/03/21 22:16:12

Modified files:
        inc            : class.soworkorder.inc.php 
                         class.soproject.inc.php 

Log message:
        

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/property/inc/class.soworkorder.inc.php?cvsroot=phpgroupware&r1=1.28&r2=1.29
http://cvs.savannah.gnu.org/viewcvs/property/inc/class.soproject.inc.php?cvsroot=phpgroupware&r1=1.42&r2=1.43

Patches:
Index: class.soworkorder.inc.php
===================================================================
RCS file: /sources/phpgroupware/property/inc/class.soworkorder.inc.php,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -b -r1.28 -r1.29
--- class.soworkorder.inc.php   26 Jan 2007 14:53:47 -0000      1.28
+++ class.soworkorder.inc.php   21 Mar 2007 22:16:12 -0000      1.29
@@ -24,7 +24,7 @@
        * @internal Development of this application was funded by 
http://www.bergen.kommune.no/bbb_/ekstern/
        * @package property
        * @subpackage project
-       * @version $Id: class.soworkorder.inc.php,v 1.28 2007/01/26 14:53:47 
sigurdne Exp $
+       * @version $Id: class.soworkorder.inc.php,v 1.29 2007/03/21 22:16:12 
sigurdne Exp $
        */
 
        /**
@@ -48,15 +48,12 @@
 
                        $this->like                     = $this->bocommon->like;
 
-                       $this->grants           = 
$GLOBALS['phpgw']->session->appsession('grants_project',$this->currentapp);
-
-
-
-                       if(!$this->grants)
+               //      $this->grants           = 
$GLOBALS['phpgw']->session->appsession('grants_project',$this->currentapp);
+               //      if(!$this->grants)
                        {
                                $this->acl              = 
CreateObject('phpgwapi.acl');
                                $this->grants           = 
$this->acl->get_grants($this->currentapp,'.project');
-                               
$GLOBALS['phpgw']->session->appsession('grants_project',$this->currentapp,$this->grants);
+               //              
$GLOBALS['phpgw']->session->appsession('grants_project',$this->currentapp,$this->grants);
                        }
                }
 

Index: class.soproject.inc.php
===================================================================
RCS file: /sources/phpgroupware/property/inc/class.soproject.inc.php,v
retrieving revision 1.42
retrieving revision 1.43
diff -u -b -r1.42 -r1.43
--- class.soproject.inc.php     20 Mar 2007 12:57:35 -0000      1.42
+++ class.soproject.inc.php     21 Mar 2007 22:16:12 -0000      1.43
@@ -24,7 +24,7 @@
        * @internal Development of this application was funded by 
http://www.bergen.kommune.no/bbb_/ekstern/
        * @package property
        * @subpackage project
-       * @version $Id: class.soproject.inc.php,v 1.42 2007/03/20 12:57:35 
sigurdne Exp $
+       * @version $Id: class.soproject.inc.php,v 1.43 2007/03/21 22:16:12 
sigurdne Exp $
        */
 
        /**
@@ -47,13 +47,12 @@
                        $this->left_join        = $this->bocommon->left_join;
                        $this->like                     = $this->bocommon->like;
 
-                       $this->grants   = 
$GLOBALS['phpgw']->session->appsession('grants_project',$this->currentapp);
-
-                       if(!$this->grants)
+               //      $this->grants   = 
$GLOBALS['phpgw']->session->appsession('grants_project',$this->currentapp);
+               //      if(!$this->grants)
                        {
                                $this->acl              = 
CreateObject('phpgwapi.acl');
                                $this->grants           = 
$this->acl->get_grants($this->currentapp,'.project');
-                               
$GLOBALS['phpgw']->session->appsession('grants_project',$this->currentapp,$this->grants);
+               //              
$GLOBALS['phpgw']->session->appsession('grants_project',$this->currentapp,$this->grants);
                        }
                }
 




reply via email to

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