--- fenglin/www/search.php 2010/01/07 01:37:22 1.5
+++ fenglin/www/search.php 2023/07/28 11:45:21 1.6
@@ -137,7 +137,7 @@
$rs=mysql_query("select * from journal_index where enable order by dt");
while($row=mysql_fetch_array($rs))
{
-?>
+?>
}
mysql_free_result($rs);