mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-22 14:41:29 +01:00
Tentatively undo bogus error message.
This commit is contained in:
parent
0db88c6547
commit
1d9f053876
@ -18,15 +18,17 @@
|
|||||||
'noappfooter' => True
|
'noappfooter' => True
|
||||||
);
|
);
|
||||||
|
|
||||||
|
/*
|
||||||
// header from calendar-app resets $owner
|
// header from calendar-app resets $owner
|
||||||
if(isset($owner))
|
if(isset($owner))
|
||||||
{
|
{
|
||||||
$save_my_owner = $owner;
|
$save_my_owner = $owner;
|
||||||
}
|
}
|
||||||
|
*/
|
||||||
|
|
||||||
$phpgw_info['flags'] = $phpgw_flags;
|
$phpgw_info['flags'] = $phpgw_flags;
|
||||||
include('../header.inc.php');
|
include('../header.inc.php');
|
||||||
|
/*
|
||||||
if(isset($save_my_owner) && $phpgw_info['user']['apps']['admin'])
|
if(isset($save_my_owner) && $phpgw_info['user']['apps']['admin'])
|
||||||
{
|
{
|
||||||
$owner = $save_my_owner;
|
$owner = $save_my_owner;
|
||||||
@ -37,7 +39,7 @@
|
|||||||
echo '<center>'.lang('You do not have permission to set ACL\'s in this mode!').'</center>';
|
echo '<center>'.lang('You do not have permission to set ACL\'s in this mode!').'</center>';
|
||||||
$phpgw->common->phpgw_footer();
|
$phpgw->common->phpgw_footer();
|
||||||
}
|
}
|
||||||
|
*/
|
||||||
function check_acl($label,$id,$acl,$rights,$right,$is_group=False)
|
function check_acl($label,$id,$acl,$rights,$right,$is_group=False)
|
||||||
{
|
{
|
||||||
global $phpgw_info, $p;
|
global $phpgw_info, $p;
|
||||||
|
Loading…
Reference in New Issue
Block a user