Parent Directory
|
Revision Log
|
Patch
| Revision 1.9 by sysadm, Fri Oct 10 12:15:02 2025 UTC | Revision 1.11 by sysadm, Fri Oct 31 06:22:33 2025 UTC | |
|---|---|---|
| # | Line 126 | Line 126 |
| 126 | } | } |
| 127 | ||
| 128 | // Calculate length of content | // Calculate length of content |
| 129 | $length = str_length(LML($content, false, false, 1024)); | $length = str_length($content, true); |
| 130 | ||
| 131 | // Initial variables | // Initial variables |
| 132 | $tid = 0; | $tid = 0; |
|
||||||||
| webmaster@leafok.com | ViewVC Help |
| Powered by ViewVC 1.3.0-beta1 |