mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-02-23 05:41:02 +01:00
formatting
This commit is contained in:
parent
6ad604a565
commit
9e110669d7
@ -47,7 +47,7 @@
|
|||||||
//print_r($this->found_hooks);
|
//print_r($this->found_hooks);
|
||||||
//echo '</pre>';
|
//echo '</pre>';
|
||||||
}
|
}
|
||||||
|
|
||||||
/*!
|
/*!
|
||||||
@function process
|
@function process
|
||||||
@abstract loads up all the hooks the user has rights to
|
@abstract loads up all the hooks the user has rights to
|
||||||
@ -170,13 +170,12 @@
|
|||||||
{
|
{
|
||||||
if (isset($this->found_hooks[$permission[0]][$location]))
|
if (isset($this->found_hooks[$permission[0]][$location]))
|
||||||
{
|
{
|
||||||
++$count;
|
++$count;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
return $count;
|
return $count;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
/*!
|
/*!
|
||||||
@function read()
|
@function read()
|
||||||
@abstract currently not being used
|
@abstract currently not being used
|
||||||
|
Loading…
Reference in New Issue
Block a user