Invalid '/" lin 978 in replace
-
Change line 978
from
$format = preg_replace(“/$orig_result/”, $replacement ,$format );
to
$format = preg_replace(‘/$orig_result/’, $replacement ,$format );
- The topic ‘Invalid '/" lin 978 in replace’ is closed to new replies.