in reply to Unknown problem, throws "Useless use of privt var in void contxt"
This:
is wrong, and could be the cause, since it evaluates $month in void context.if ($month => 10) {
Did you mean if ($month >= 10) { instead?
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Unknown problem, throws "Useless use of privt var in void contxt"
by S0ci1_Hak0n (Novice) on Jan 21, 2008 at 22:51 UTC |