This topic is locked
[SOLVED]

 Parse error: syntax error, unexpected T_LIST

2/16/2010 8:18:44 PM
PHPRunner General questions
F
fpilot author

My module was working fine till I upgraded to 5.2 phprunner. I was splitting a value of date thru a list function:
// list($Y,$Mon,$D)=$values["Date"];
now it gives the following error:
Parse error: syntax error, unexpected T_LIST in /payroll_time_events.php on line 24
Pls anybody advise.............

F
fpilot author 2/16/2010

Disregard please, the error was in some other line................ missing semi-colon.



My module was working fine till I upgraded to 5.2 phprunner. I was splitting a value of date thru a list function:
// list($Y,$Mon,$D)=$values["Date"];
now it gives the following error:
Parse error: syntax error, unexpected T_LIST in /payroll_time_events.php on line 24
Pls anybody advise.............