Making global to the function hook_single().

This commit is contained in:
skeeter 2001-04-01 20:55:47 +00:00
parent 64c204cf5f
commit fa3e1b36c0

View File

@ -899,7 +899,7 @@
*/
function hook_single($location = '', $appname = '')
{
global $phpgw, $phpgw_info;
global $phpgw, $phpgw_info, $PHP_VERSION;
if (! $appname) {
$appname = $phpgw_info['flags']['currentapp'];
}