phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] CVS: filemanager/inc class.uiphpwebhosting.inc.php,1


From: Guillaume Courtois <address@hidden>
Subject: [Phpgroupware-cvs] CVS: filemanager/inc class.uiphpwebhosting.inc.php,1.6.2.5,1.6.2.6
Date: Tue, 04 Mar 2003 16:56:40 -0500

Update of /cvsroot/phpgroupware/filemanager/inc
In directory subversions:/tmp/cvs-serv14871/filemanager/inc

Modified Files:
      Tag: Version-0_9_14-branch
        class.uiphpwebhosting.inc.php 
Log Message:
Changed one forgotten x's into %'s.


Index: class.uiphpwebhosting.inc.php
===================================================================
RCS file: 
/cvsroot/phpgroupware/filemanager/inc/Attic/class.uiphpwebhosting.inc.php,v
retrieving revision 1.6.2.5
retrieving revision 1.6.2.6
diff -C2 -r1.6.2.5 -r1.6.2.6
*** class.uiphpwebhosting.inc.php       28 Feb 2003 23:39:49 -0000      1.6.2.5
--- class.uiphpwebhosting.inc.php       4 Mar 2003 21:56:36 -0000       1.6.2.6
***************
*** 65,69 ****
                        if($this->bo->path != $this->bo->homedir && 
$this->bo->path != $this->bo->fakebase && $this->bo->path != '/' && 
!$this->bo->vfs->acl_check($this->bo->path,Array(RELATIVE_NONE),PHPGW_ACL_READ))
                        {
!                               $this->no_access_exists(lang('You do not have 
access to x',$this->bo->path));                   
                        }
                        $this->bo->userinfo['working_id'] = 
$this->bo->vfs->working_id;
--- 65,69 ----
                        if($this->bo->path != $this->bo->homedir && 
$this->bo->path != $this->bo->fakebase && $this->bo->path != '/' && 
!$this->bo->vfs->acl_check($this->bo->path,Array(RELATIVE_NONE),PHPGW_ACL_READ))
                        {
!                               $this->no_access_exists(lang('You do not have 
access to %1',$this->bo->path));                  
                        }
                        $this->bo->userinfo['working_id'] = 
$this->bo->vfs->working_id;





reply via email to

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