redirection of invalid or deleted mail orders improved, several code conventions...
[mailer.git] / inc / session.php
index 306fd1cbf75cde5b984701552861d04977fd9885..b8143d261719da51ea8037746008c6150b2bff81 100644 (file)
@@ -70,7 +70,7 @@ if (!empty($_POST['refid'])) {
 } elseif (isSessionVariableSet('refid')) {
        // Set session refid als global
        $GLOBALS['refid'] = bigintval(get_session('refid'));
-} elseif (GET_EXT_VERSION("sql_patches") != "") {
+} elseif (GET_EXT_VERSION("sql_patches") != '') {
        // Set default refid as refid in URL
        $GLOBALS['refid'] = bigintval($_CONFIG['def_refid']);
 } else {