]> git.mxchange.org Git - mailer.git/blobdiff - surfbar.php
Template script for image 'tags' (e.g. hidden 1x1 pixel for self-maintenance) added
[mailer.git] / surfbar.php
index 67762880e0d9e773ce62c0b9fead5d5910f50ad3..53bf70849df5d5f0b03cde2fb5e7c6224e9b9093 100644 (file)
@@ -184,7 +184,7 @@ if ((isSurfbarReloadFull()) || ((!isFullPage()) && (in_array(getRequestElement('
                //* DEBUG: */ exit('nextId='.$nextId);
 
                // Is there a valid id?
-               if ($nextId > 0) {
+               if (isValidId($nextId)) {
                        // Then prepare other content
                        $content = array(
                                'url_id' => $nextId,