1 (edited by apmuthu 11/16/2012 02:40:22 pm)

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.

Reference

Re: PHP 5.3 compatibility ereg to preg_match

Thanks for pointing this out. Fixed.
Janusz

3 (edited by apmuthu 11/16/2012 04:47:00 pm)

Re: PHP 5.3 compatibility ereg to preg_match

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.