Fix a that had a missing ; in the page selector code
This commit is contained in:
@@ -667,9 +667,9 @@ function display_page_range($iCurrentPage=1, $iPageRange=1, $iTotalPages=1, $sLi
|
|||||||
|
|
||||||
if($iCurrentPage != 1)
|
if($iCurrentPage != 1)
|
||||||
{
|
{
|
||||||
echo "<a href='".$sLinkurl."&iPage=1'>|<</a> ";
|
echo "<a href='".$sLinkurl."&iPage=1'>|<</a> ";
|
||||||
$iPreviousPage = $iCurrentPage - 1;
|
$iPreviousPage = $iCurrentPage - 1;
|
||||||
echo "<a href='".$sLinkurl."&iPage=$iPreviousPage'><</a> ";
|
echo "<a href='".$sLinkurl."&iPage=$iPreviousPage'><</a> ";
|
||||||
} else
|
} else
|
||||||
{
|
{
|
||||||
echo "|< < ";
|
echo "|< < ";
|
||||||
|
|||||||
Reference in New Issue
Block a user