--- lbbs/utils/bin/gen_top.php 2004/12/01 06:04:37 1.4 +++ lbbs/utils/bin/gen_top.php 2005/03/13 09:06:27 1.5 @@ -1,4 +1,4 @@ -#!/usr/local/bin/php +#!/usr/local/php/bin/php =10". " and (bbs.sub_dt >= subdate(now(),interval '7' day))". " order by bbs.excerption desc,bbs.view_count+bbs.reply_count desc,". - "bbs.transship limit 10",$db_conn); + "bbs.transship limit 10",$db_conn) + or die ("Query data error"); $i = 1; while ($row=mysql_fetch_array($rs))