From 5ec9576de335db5698d30706eb6f460c3addcaa1 Mon Sep 17 00:00:00 2001 From: rootcoma Date: Thu, 14 Nov 2013 20:20:39 -0800 Subject: [PATCH] split->explode b/c depracated --- php/reports.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/php/reports.php b/php/reports.php index c71beae..e67cdcc 100644 --- a/php/reports.php +++ b/php/reports.php @@ -169,8 +169,8 @@ $result = $q->fetchAll(); foreach($result as $res) { $isItalic = false; - $splitNew = split('\*', $res['question']); - $splitOld = split('\*', $res['original']); + $splitNew = explode('*', $res['question']); + $splitOld = explode('*', $res['original']); $differenceString = ''; for($y=0;$y