Change sep to SEP in hook_single

This commit is contained in:
Miles Lott 2001-06-08 14:57:38 +00:00
parent dbc7f00455
commit ecc43159e8

View File

@ -968,7 +968,7 @@
}
/* First include the ordered apps hook file */
$f = PHPGW_SERVER_ROOT . sep . $appname . sep . 'inc' . sep . 'hook_' . $location . '.inc.php';
$f = PHPGW_SERVER_ROOT . SEP . $appname . SEP . 'inc' . SEP . 'hook_' . $location . '.inc.php';
if (file_exists($f) && $phpgw_info['user']['apps'][$appname])
{
include($f);