phpOpenTracker/phpOpenTracker/DB mysql.php,1.22.4.1.2.4,1.22.4.1.2.5
Sebastian Bergmann <[email protected]> Tue, 20 Apr 2004 14:08:55 +0000
| Newsgroups | gmane.comp.web.phpopentracker.cvs |
|---|---|
| Message-ID | <[email protected]> |
Update of /cvsroot/phpopencounter/phpOpenTracker/phpOpenTracker/DB
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv2266/phpOpenTracker/DB
Modified Files:
Tag: phpOpenTracker_1_4
mysql.php
Log Message:
echo->print
Index: mysql.php
===================================================================
RCS file: /cvsroot/phpopencounter/phpOpenTracker/phpOpenTracker/DB/Attic/mysql.php,v
retrieving revision 1.22.4.1.2.4
retrieving revision 1.22.4.1.2.5
diff -u -d -r1.22.4.1.2.4 -r1.22.4.1.2.5
--- mysql.php 19 Apr 2004 14:35:36 -0000 1.22.4.1.2.4
+++ mysql.php 20 Apr 2004 14:08:53 -0000 1.22.4.1.2.5
@@ -104,10 +104,10 @@
if (isset($explain)) {
foreach ($explain as $row) {
- echo '<tr><td> </td>';
+ print '<tr><td> </td>';
if (isset($row['Comment'])) {
- echo '<td>' . $row['Comment'] . '</td>';
+ print '<td>' . $row['Comment'] . '</td>';
} else {
foreach ($row as $field => $value) {
printf(
@@ -119,11 +119,11 @@
}
}
- echo '</tr>';
+ print '</tr>';
}
}
- echo '</table>';
+ print '</table>';
}
/**
-------------------------------------------------------
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click