11-28-2010, 07:15 AM
[eluser]Razican[/eluser]
Hello, I have modified the OnlineUsers library, and changed the file variable to one in the app/data/ directory. I have that section like this:
It says that there is an error in
How can I solve that?
Hello, I have modified the OnlineUsers library, and changed the file variable to one in the app/data/ directory. I have that section like this:
Code:
class Online_users{
var $file = APPATH.'data/online_users.tmp';
var $data;
It says that there is an error in
Code:
APPATH.'data/online_users.tmp';
Code:
Parse error: syntax error, unexpected '.', expecting ',' or ';' in application/libraries/Online_users.php on line 15
How can I solve that?