【 在 luobeng@lzusiyu.org (罗嘣) 的大作中提到: 】
: 我看到水木的web代码李,这个地方根本没用这个函数
: bbs_getnumofsig
: 而是直接写了个数字
这个已经改了。
[bbs@localhost html]$ cvs diff -r 1.24 -r 1.25 bbspst.php
Index: bbspst.php
===================================================================
RCS file: /home/cvs/smth_bbs/bbs2www/html/bbspst.php,v
retrieving revision 1.24
retrieving revision 1.25
diff -r1.24 -r1.25
141c141
< for ($i = 1; $i < 6; $i++)
---
> for ($i = 1; $i <= $currentuser["signum"]; $i++)
: 汗,而且我也没找这个函数到底在哪里定义,感觉好像是个废弃不用的函数,
: 可能是我没找到
: 【 在 atppp@smth.org-SPAM.no (Big Mouse) 的大作中提到: 】
: : 这个函数的问题我前面也说过了。你搜索一下吧。
--