Parent Directory
|
Revision Log
|
Patch
| Revision 1.2 by sysadm, Thu Oct 7 15:28:30 2004 UTC | Revision 1.3 by sysadm, Sat Mar 29 03:49:17 2025 UTC | |
|---|---|---|
| # | Line 21 function article_op_log($aid,$uid,$op_ty | Line 21 function article_op_log($aid,$uid,$op_ty |
| 21 | N Unrecommend article | N Unrecommend article |
| 22 | Z Set article as trnasship | Z Set article as trnasship |
| 23 | */ | */ |
| 24 | $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)". |
| 25 | " values($aid,$uid,'$op_type',now(),'$ip_addr')",$db_conn); | " values($aid,$uid,'$op_type',now(),'$ip_addr')",$db_conn); |
| 26 | ||
| 27 | return $ret; | return $ret; |
|
||||||||
| webmaster@leafok.com | ViewVC Help |
| Powered by ViewVC 1.3.0-beta1 |