Parent Directory
|
Revision Log
|
Patch
| Revision 1.13 by sysadm, Sat Feb 26 16:10:25 2005 UTC | Revision 1.14 by sysadm, Fri May 20 14:31:54 2005 UTC | |
|---|---|---|
| # | Line 233 int base::bbs_post(const CString& head, | Line 233 int base::bbs_post(const CString& head, |
| 233 | } | } |
| 234 | } | } |
| 235 | if (nickname.GetLength() > 20) | if (nickname.GetLength() > 20) |
| 236 | nickname = nickname.Left(20); | nickname = nickname.Left(19) + " "; |
| 237 | ||
| 238 | //Reference /bbs/add_sub.php | //Reference /bbs/add_sub.php |
| 239 |
|
||||||||
| webmaster@leafok.com | ViewVC Help |
| Powered by ViewVC 1.3.0-beta1 |