/[LeafOK_CVS]/fenglin/bbs/common_lib.inc.php
ViewVC logotype

Diff of /fenglin/bbs/common_lib.inc.php

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

Revision 1.3 by sysadm, Sat Mar 29 03:49:17 2025 UTC Revision 1.4 by sysadm, Tue Apr 1 04:17:10 2025 UTC
# Line 1  Line 1 
1  <?  <?
   
 //Function article_op_log()  
2  //Log article operation into table bbs_article_log  //Log article operation into table bbs_article_log
3  function article_op_log($aid,$uid,$op_type,$ip_addr,$db_conn=null)  function article_op_log($aid,$uid,$op_type,$ip_addr,$db_conn=null)
4  {  {
# Line 27  function article_op_log($aid,$uid,$op_ty Line 25  function article_op_log($aid,$uid,$op_ty
25          return $ret;          return $ret;
26  }  }
27    
   
 //Function user_exp_change()  
28  //Add/Subtract user exp  //Add/Subtract user exp
29  function user_exp_change($uid,$exp_change,$db_conn=null)  function user_exp_change($uid,$exp_change,$db_conn=null)
30  {  {
# Line 38  function user_exp_change($uid,$exp_chang Line 34  function user_exp_change($uid,$exp_chang
34          return $ret;          return $ret;
35  }  }
36    
   
 //Function error_msg()  
37  //Display error message in a pop-up window  //Display error message in a pop-up window
38  function error_msg($msg,$back=false,$close=false)  function error_msg($msg,$back=false,$close=false)
39  {  {


Legend:
Removed lines/characters  
Changed lines/characters
  Added lines/characters

webmaster@leafok.com
ViewVC Help
Powered by ViewVC 1.3.0-beta1