--- fenglin/bbs/common_lib.inc.php 2004/09/17 14:57:29 1.1 +++ fenglin/bbs/common_lib.inc.php 2025/03/29 03:49:17 1.3 @@ -21,7 +21,7 @@ function article_op_log($aid,$uid,$op_ty N Unrecommend article Z Set article as trnasship */ - $ret = mysql_query("insert delayed into bbs_article_op(AID,UID,type,op_dt,op_ip)". + $ret = mysql_query("insert into bbs_article_op(AID,UID,type,op_dt,op_ip)". " values($aid,$uid,'$op_type',now(),'$ip_addr')",$db_conn); return $ret; @@ -44,7 +44,7 @@ function user_exp_change($uid,$exp_chang function error_msg($msg,$back=false,$close=false) { $ret = "";