phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] property/inc class.uitts.inc.php


From: Sigurd Nes
Subject: [Phpgroupware-cvs] property/inc class.uitts.inc.php
Date: Mon, 30 Oct 2006 12:20:27 +0000

CVSROOT:        /sources/phpgroupware
Module name:    property
Changes by:     Sigurd Nes <sigurdne>   06/10/30 12:20:27

Modified files:
        inc            : class.uitts.inc.php 

Log message:
        More work on limited version for external users

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/property/inc/class.uitts.inc.php?cvsroot=phpgroupware&r1=1.47&r2=1.48

Patches:
Index: class.uitts.inc.php
===================================================================
RCS file: /sources/phpgroupware/property/inc/class.uitts.inc.php,v
retrieving revision 1.47
retrieving revision 1.48
diff -u -b -r1.47 -r1.48
--- class.uitts.inc.php 30 Oct 2006 09:49:13 -0000      1.47
+++ class.uitts.inc.php 30 Oct 2006 12:20:27 -0000      1.48
@@ -8,7 +8,7 @@
        * @internal Development of this application was funded by 
http://www.bergen.kommune.no/bbb_/ekstern/
        * @package property
        * @subpackage helpdesk
-       * @version $Id: class.uitts.inc.php,v 1.47 2006/10/30 09:49:13 sigurdne 
Exp $
+       * @version $Id: class.uitts.inc.php,v 1.48 2006/10/30 12:20:27 sigurdne 
Exp $
        */
 
        /**
@@ -181,6 +181,11 @@
 
                function index()
                {
+                       if($this->tenant_id)
+                       {
+                               
$GLOBALS['phpgw']->redirect_link('/index.php',array('menuaction'=> 
$this->currentapp.'.uitts.index2'));
+                       }
+                       
                        if(!$this->acl_read)
                        {
                                
$GLOBALS['phpgw']->redirect_link('/index.php',array('menuaction'=> 
$this->currentapp.'.uilocation.stop', 'perm'=> 1, 'acl_location'=> 
$this->acl_location));




reply via email to

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