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.3,1.6.2.4
Date: Thu, 06 Feb 2003 17:46:10 -0500

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

Modified Files:
      Tag: Version-0_9_14-branch
        class.uiphpwebhosting.inc.php 
Log Message:
Replaced %1, %2, etc ... with x, x, etc ... in the phrases in the lang() calls
This way all the lang calls have the same syntax !


Index: class.uiphpwebhosting.inc.php
===================================================================
RCS file: 
/cvsroot/phpgroupware/filemanager/inc/Attic/class.uiphpwebhosting.inc.php,v
retrieving revision 1.6.2.3
retrieving revision 1.6.2.4
diff -C2 -r1.6.2.3 -r1.6.2.4
*** class.uiphpwebhosting.inc.php       6 Feb 2003 22:15:06 -0000       1.6.2.3
--- class.uiphpwebhosting.inc.php       6 Feb 2003 22:46:07 -0000       1.6.2.4
***************
*** 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;
--- 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;





reply via email to

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