06-24-2011, 07:45 PM
If then statements require double ='s.
So
[lua]
if thing == true then
if thing ~= nil then
[/lua]
Etc.
So
[lua]
if thing == true then
if thing ~= nil then
[/lua]
Etc.
| The following warnings occurred: | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Warning [2] Undefined array key "lockoutexpiry" - Line: 94 - File: global.php PHP 8.4.12 (Linux)
|
|
Output error
|
|
« Next Oldest | Next Newest »
|
| Messages In This Thread |
|
Output error - by Nyht - 06-24-2011, 07:14 PM
|