
05-20-2002, 04:20 PM
|
|
|
Join Date: Oct 2001
Posts: 156
Благодарил(а): 0 раз(а)
Поблагодарили:
0 раз(а) в 0 сообщениях
|
|
Quote:
Originally posted by Roxie
The only line that is similar to that is :
Quote:
if ($bbuserinfo[posts]<5 {
|
// don't allow new users to steal -- they need to have more than $100!
I changed to 5, still not working.
|
Did you change it to
Quote:
if ($bbuserinfo[posts]<5) {
|
in both two places?
|