From 58ce32ccf5e58b6065998850dc6c5216d016216a Mon Sep 17 00:00:00 2001
From: james <james>
Date: Thu, 10 Mar 2005 19:48:41 +0000
Subject: [PATCH] rip out any newlines in the textboxes that allow multiple
 lines

---
 admin/reports_judges.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/admin/reports_judges.php b/admin/reports_judges.php
index aba198fc..c02f1544 100644
--- a/admin/reports_judges.php
+++ b/admin/reports_judges.php
@@ -102,7 +102,7 @@ while($r=mysql_fetch_object($q))
 		$r->years_national,
 		$r->willing_chair,
 		$r->attending_lunch,
-		$r->expertise_other
+		str_replace("\n"," ",$r->expertise_other)
 		);
 }