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

Diff of /fenglin/bbs/msg_read.php

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

Revision 1.1 by sysadm, Wed Apr 23 06:31:34 2025 UTC Revision 1.2 by sysadm, Wed Apr 23 06:33:36 2025 UTC
# Line 186  Line 186 
186          unset($unread_mid_list);          unset($unread_mid_list);
187    
188          // Output with theme view          // Output with theme view
189          $theme_view_file = get_theme_file("view/read_msg", $_SESSION["BBS_theme_name"]);          $theme_view_file = get_theme_file("view/msg_read", $_SESSION["BBS_theme_name"]);
190          if ($theme_view_file == null)          if ($theme_view_file == null)
191          {          {
192                  exit(json_encode($result_set)); // Output data in Json                  exit(json_encode($result_set)); // Output data in Json


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

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