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

Diff of /fenglin/bbs/user_service_ban.php

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

Revision 1.6 by sysadm, Fri Oct 24 02:45:16 2025 UTC Revision 1.7 by sysadm, Fri Oct 31 06:22:33 2025 UTC
# Line 367  Line 367 
367          }          }
368    
369          // Calculate length of content          // Calculate length of content
370          $length = str_length(LML($content, false, 1024));          $length = str_length($content, true);
371    
372          // Post announcement          // Post announcement
373          $title = mysqli_real_escape_string($db_conn, $title);          $title = mysqli_real_escape_string($db_conn, $title);


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

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