cvs: docweb /templates/all/www notes_stats.tpl.php

[email protected] ("Sean Coates")
Newsgroups php.doc.web
Message-ID <cvssean1123086294@cvsserver>
sean		Wed Aug  3 12:24:54 2005 EDT

  Modified files:              
    /docweb/templates/all/www	notes_stats.tpl.php 
  Log:
  add echos (fix totals)
  
http://cvs.php.net/diff.php/docweb/templates/all/www/notes_stats.tpl.php?r1=1.2&r2=1.3&ty=u
Index: docweb/templates/all/www/notes_stats.tpl.php
diff -u docweb/templates/all/www/notes_stats.tpl.php:1.2 docweb/templates/all/www/notes_stats.tpl.php:1.3
--- docweb/templates/all/www/notes_stats.tpl.php:1.2	Sun Jul 31 20:51:43 2005
+++ docweb/templates/all/www/notes_stats.tpl.php	Wed Aug  3 12:24:54 2005
@@ -77,7 +77,7 @@
           <tr bgcolor="<?php echo $bg = ($bg == '#EBEBEB') ? '#BEBEBE' : '#EBEBEB'; ?>">
             <td><?php echo ++$i; ?></td>
             <td><?php echo $id; ?></td>
-            <td><?php $val; ?></td>
+            <td><?php echo $val; ?></td>
           </tr>
           <?php
           if ($i == 15) {
@@ -103,7 +103,7 @@
           <tr bgcolor="<?php echo $bg = ($bg == '#EBEBEB') ? '#BEBEBE' : '#EBEBEB'; ?>">
             <td><?php echo ++$i ?></td>
             <td><?php echo $id ?></td>
-            <td><?php $c; ?></td>
+            <td><?php echo $c; ?></td>
           </tr>
           <?php
           if ($i == 20) {
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.