mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-02-04 12:30:04 +01:00
Making global to the function hook_single().
This commit is contained in:
parent
64c204cf5f
commit
fa3e1b36c0
@ -899,7 +899,7 @@
|
|||||||
*/
|
*/
|
||||||
function hook_single($location = '', $appname = '')
|
function hook_single($location = '', $appname = '')
|
||||||
{
|
{
|
||||||
global $phpgw, $phpgw_info;
|
global $phpgw, $phpgw_info, $PHP_VERSION;
|
||||||
if (! $appname) {
|
if (! $appname) {
|
||||||
$appname = $phpgw_info['flags']['currentapp'];
|
$appname = $phpgw_info['flags']['currentapp'];
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user