/[LeafOK_CVS]/fenglin/bbs/article_service_move.php
ViewVC logotype

Diff of /fenglin/bbs/article_service_move.php

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

Revision 1.2 by sysadm, Sun Apr 27 04:18:22 2025 UTC Revision 1.4 by sysadm, Fri Oct 10 12:15:02 2025 UTC
# Line 149  Line 149 
149          }          }
150    
151          //Send alarm message          //Send alarm message
152          $msg_content = "[hide]SYS_Move_Article[/hide]您所发表的[article $id]$id" .          $msg_content = "您所发表的[article $id]$id" .
153                  "[/url]号文章,与所在版块主题不符,现已被移至“" . $section_title . "”版块。" .                  "[/url]号文章,与所在版块主题不符,现已被移至“" . $section_title . "”版块。" .
154                  "[align right]执行人:[user " . $_SESSION["BBS_uid"] . "]" .                  "[align right]执行人:[user " . $_SESSION["BBS_uid"] . "]" .
155                  $_SESSION["BBS_username"] . "[/user][/align]";                  $_SESSION["BBS_username"] . "[/user][/align]";
# Line 193  Line 193 
193    
194          mysqli_close($db_conn);          mysqli_close($db_conn);
195          exit(json_encode($result_set));          exit(json_encode($result_set));
 ?>  


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

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