Found more references to an unconstant

This commit is contained in:
Miles Lott 2001-06-08 15:01:35 +00:00
parent ecc43159e8
commit d54f278e45

View File

@ -991,7 +991,7 @@
reset($phpgw_info['user']['apps']);
while ($permission = each($phpgw_info['user']['apps']))
{
$f = PHPGW_SERVER_ROOT . sep . $permission[0] . sep . 'inc' . sep . 'hook_' . $location . '.inc.php';
$f = PHPGW_SERVER_ROOT . SEP . $permission[0] . SEP . 'inc' . SEP . 'hook_' . $location . '.inc.php';
if (file_exists($f))
{