From 126da3a9baa9929f6e0496b1b402b4edfa46b3f6 Mon Sep 17 00:00:00 2001 From: andi Date: Sun, 16 Jan 2005 12:30:39 +0100 Subject: fix for task #52 darcs-hash:20050116113039-9977f-15978912a55eda87586ca5025d8812f708a5c179.gz --- inc/parser.php | 1 + 1 file changed, 1 insertion(+) (limited to 'inc/parser.php') diff --git a/inc/parser.php b/inc/parser.php index 399c23007..f040d167e 100644 --- a/inc/parser.php +++ b/inc/parser.php @@ -749,6 +749,7 @@ function listformat($block){ */ function preformat($text,$type,$option=''){ global $conf; + global $lang; //unescape $text = str_replace('\\"','"',$text); -- cgit v1.2.3