Re: [Phplib-users] problem in template.inc
Brought to you by:
nhruby,
richardarcher
From: Richard A. <rh...@ju...> - 2004-11-18 21:55:26
|
At 9:46 AM +0100 18/11/04, Hristo Odiseev wrote: >If you try to set a variable which has several backslashes, they will >be interpreted as escaping! >Ex.: >template.inc->function subst()-> the line with preg_replace. > >If you enter a variable "big bla \\\\", you will get "big bla \". The current (CVS) version of template.inc handles special characters correctly. ...R. |