View Single Post
Old 12-23-2007, 03:58 PM   #9 (permalink)
Tanax
The Prestige
Upcoming Programmer Inquisitive 
 
Tanax's Avatar
 
Join Date: Sep 2007
Location: Sweden, Stockholm
Posts: 1,080
Thanks: 115
Tanax is on a distinguished road
Default

Quote:
Originally Posted by xenon View Post
Change this line:

PHP Code:
$replaced preg_replace_callback('/\{([a-z0-9\.]+)\}/i', array($this'replace_callback'), $contents); 
to:

PHP Code:
$replaced preg_replace_callback('/\{([a-z0-9\._]+)\}/i', array($this'replace_callback'), $contents); 
</span></span>
Thanks xenon :D
Tanax is offline  
Reply With Quote