From: Roland Häder Date: Tue, 3 Nov 2009 23:14:23 +0000 (+0000) Subject: Fixed now X-Git-Url: https://git.mxchange.org/?p=mailer.git;a=commitdiff_plain;h=e46befda8c5613ffbc2fb0ed046493ce4c0f626c Fixed now --- 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://')) {