Open GoogleCodeExporter opened 9 years ago
[deleted comment]
Only you can do is change the function split() with explode() and that's it!!
attach my .php file
Original comment by scullyi...@gmail.com
on 13 Sep 2012 at 2:45
Attachments:
to solve line 845 (and other with split like): $parts = split(";",$format);
Split it's been Deprecated use instead "explode": $parts = explode(";",$format);
Original comment by gleenfer...@gmail.com
on 24 Dec 2012 at 7:12
Original issue reported on code.google.com by
giancalb...@gmail.com
on 23 May 2012 at 1:01