From: Norbert B. <br...@ch...> - 2007-03-05 18:02:44
|
After upgrade to latest SVN version of AA (under php 4) I see strange strings like _AA_CoLoN_ or _AA_OpEnBrAcE_, _AA_ClOsEbRaCe_, _AA_OpEnPaR_, _AA_ClOsEpAr_ displayed in the text of the articles (in text fields, text areas, etc.). It seems that these special characters - :, (, ), {, } - are quoted when stored into database but not unqouted before they are displayed in some cases. E.g. _#HEADLINE is shown correctly but {headline........} or {_#HEADLINE} is shown without unquoting (i.e. with _AA_...). Is that another php 4 bug or is it just "normal" bug? norbert br...@ch... |