Menu

#2 listurls.php missing <?php tag

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

--- listurls.php-1.17 2003-06-30 16:43:22.000000000 -0700
+++ listurls.php 2003-06-30 16:42:49.000000000 -0700
@@ -101,7 +101,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.