X-Git-Url: https://git.mxchange.org/?p=mailer.git;a=blobdiff_plain;f=surfbar.php;h=d94497b2a06c45529d8d1a78d8665c5cbbd1cd2d;hp=67762880e0d9e773ce62c0b9fead5d5910f50ad3;hb=bbaffc78e917c31715d3da5ed0245c4d374a154d;hpb=8c46238f94898e46f98e775855e10f9d96ee6628 diff --git a/surfbar.php b/surfbar.php index 67762880e0..d94497b2a0 100644 --- a/surfbar.php +++ b/surfbar.php @@ -16,7 +16,7 @@ * $Author:: $ * * -------------------------------------------------------------------- * * Copyright (c) 2003 - 2009 by Roland Haeder * - * Copyright (c) 2009 - 2012 by Mailer Developer Team * + * Copyright (c) 2009 - 2013 by Mailer Developer Team * * For more information visit: http://mxchange.org * * * * This program is free software; you can redistribute it and/or modify * @@ -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,