Topic: PHP 5.3 compatibility ereg to preg_match
Line 3121 in reporting/includes/Workbook.php
if (ereg("^\"[^\"]{0,255}\"$", $this->_current_token)) {
may need to be changed to preg_match for PHP 5.3 compatibility.
It's much more fun, when you can discuss your problems with others...
You are not logged in. Please login or register.
FrontAccounting forum → Reporting → PHP 5.3 compatibility ereg to preg_match
Line 3121 in reporting/includes/Workbook.php
if (ereg("^\"[^\"]{0,255}\"$", $this->_current_token)) {
may need to be changed to preg_match for PHP 5.3 compatibility.
Thanks for pointing this out. Fixed.
Janusz
Thanks Janusz. That was fast.
Hope all the strings are in empty.po - there are many references to the string "#" - lines 211 to 244. It is probably a substitute for "Sl.No." - Serial Number - in column headings in some or all the files listed.
The v2.4 alpha needs to get synched with the current default version.
FrontAccounting forum → Reporting → PHP 5.3 compatibility ereg to preg_match
Powered by PunBB, supported by Informer Technologies, Inc.
Currently installed 4 official extensions. Copyright © 2003–2009 PunBB.