From 406d287cd123a7de59e32f0b50c76525e1a28eda Mon Sep 17 00:00:00 2001 From: Savetheinternet Date: Thu, 7 Apr 2011 02:41:30 +1000 Subject: [PATCH] removed debug code and subsequent bug --- inc/functions.php | 4 ---- 1 file changed, 4 deletions(-) diff --git a/inc/functions.php b/inc/functions.php index f54352e9..1e198b14 100644 --- a/inc/functions.php +++ b/inc/functions.php @@ -1005,12 +1005,8 @@ ''; $body = str_replace($cites[0][$index], $cites[1][$index] . $replacement . $cites[4][$index], $body); } - var_dump($post); } - //var_dump($cite); - // exit; - // Restore main board settings openBoard($tmp_board); }