From e46befda8c5613ffbc2fb0ed046493ce4c0f626c Mon Sep 17 00:00:00 2001 From: =?utf8?q?Roland=20H=C3=A4der?= Date: Tue, 3 Nov 2009 23:14:23 +0000 Subject: [PATCH] Fixed now --- inc/functions.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inc/functions.php b/inc/functions.php index 9db4633f9e..a0418238dc 100644 --- a/inc/functions.php +++ b/inc/functions.php @@ -963,7 +963,7 @@ function makeTime ($hours, $minutes, $seconds, $stamp) { // Redirects to an URL and if neccessarry extends it with own base URL function redirectToUrl ($URL) { // Compile out codes - eval('$URL = ' . compileCode($URL) . ';'); + eval('$URL = "' . compileCode($URL) . '";'); // Check if http(s):// is there if ((substr($URL, 0, 7) != 'http://') && (substr($URL, 0, 8) != 'https://')) { -- 2.39.2