From f79aa7e65f6ad280c278b27c029a3ab10733ab45 Mon Sep 17 00:00:00 2001 From: Ralf Becker Date: Tue, 12 Sep 2006 17:30:26 +0000 Subject: [PATCH] url's always uses slashes (SEP is a backslash under windows) --- notifications/inc/hook_after_navbar.inc.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/notifications/inc/hook_after_navbar.inc.php b/notifications/inc/hook_after_navbar.inc.php index 5e96f7325a..235e6dfce8 100644 --- a/notifications/inc/hook_after_navbar.inc.php +++ b/notifications/inc/hook_after_navbar.inc.php @@ -10,12 +10,12 @@ * @subpackage ajaxpoup * @link http://www.egroupware.org * @author Cornelius Weiss - * @version $Id: $ + * @version $Id$ * @todo check if user wants notifications via egw popup! */ $GLOBALS['egw']->translation->add_app('notifications'); if (!$GLOBALS['egw_info']['user']['preferences']['notifications']['disable_ajaxpopup']) { - echo ''; + echo ''; echo ''; echo '