Menu

#1 listlinks.php missing <?php tag

open
nobody
None
5
2003-06-30
2003-06-30
Dale Bewley
No

You are missing a 'php' on line 174 of listlinks.php

--- listlinks.php-1.22 2003-06-30 15:58:41.000000000 -0700
+++ listlinks.php 2003-06-30 15:59:27.000000000 -0700
@@ -171,7 +171,7 @@
?>
<h4><?php echo $strSection; ?></h4>
<p>
-<?
+<?php
if ($count) printf ($strListPageInfo,
number_format($initpage+1),
number_format(($initpage+$pagesize)>$count?$count:$initpage+$pagesize),
number_format($count));
?>
<br>

Discussion


Log in to post a comment.