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,