Menu

#3 qryurls.php missing <?php tag

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

--- qryurls.php-1.16 2003-06-30 16:47:50.000000000 -0700
+++ qryurls.php-new 2003-06-30 16:48:53.000000000 -0700
@@ -182,7 +182,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.