-
Bug
-
Resolution: Fixed
-
3.0.x
-
None
-
PHP Environment:
Database:
[code]
while (($word = mb_ereg_search_regs()))
[/text]
in this context $text is a string, so you can't assign a string to $text[].
most probably should be $text (without the brackets).

