From 584e7fe8f108ff6c9edaeef12c66a3f5995e4f81 Mon Sep 17 00:00:00 2001 From: james Date: Tue, 29 Mar 2005 21:09:34 +0000 Subject: [PATCH] whoops screwed that one up :p --- admin/reports_judges.php | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/admin/reports_judges.php b/admin/reports_judges.php index 8b4c87d..8c7215a 100644 --- a/admin/reports_judges.php +++ b/admin/reports_judges.php @@ -93,8 +93,9 @@ $q=mysql_query("SELECT firstname"); while($r=mysql_fetch_object($q)) { - $expertise_other=str_replace("\n"," ",$r->expertise_other) - $expertise_other=str_replace("\r","",expertise_other) + $expertise_other=str_replace("\n"," ",$r->expertise_other); + $expertise_other=str_replace("\r","",$expertise_other); + $table['data'][]=array( $r->id, $r->lastname,