diff options
author | Silvio <silvio@devlet.com.br> | 2010-03-29 18:24:26 -0300 |
---|---|---|
committer | Silvio <silvio@devlet.com.br> | 2010-03-29 18:24:26 -0300 |
commit | f3af45962c3b26782479f3b8ab5fa09d62a0f483 (patch) | |
tree | 2e92683090e661ca7ccef51bae9137716080e590 | |
parent | e9f4a62b8be6094444ffea4be8e545394ab3e16c (diff) | |
download | cinisis-f3af45962c3b26782479f3b8ab5fa09d62a0f483.tar.gz cinisis-f3af45962c3b26782479f3b8ab5fa09d62a0f483.tar.bz2 |
Minor changes (2)
-rw-r--r-- | test.php | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -192,7 +192,6 @@ include('contrib/spyc/spyc.php'); echo '<table>'; $result = isis_search('$', $db); - /* while ($record = isis_fetch_flat_array($result) ) { print (" <tr><td colspan=\"2\">MFN: $record[mfn]</td></tr>\n"); for ($i=0; $i<count($record)-1; ++$i) { //-1 porque el mfn es +1 @@ -203,7 +202,6 @@ include('contrib/spyc/spyc.php'); " </tr>\n"); } } - */ echo '</table>'; ?> </body></html> |