forked from science-ation/science-ation
rip out any newlines in the textboxes that allow multiple lines
This commit is contained in:
parent
ea6ea22b23
commit
58ce32ccf5
@ -102,7 +102,7 @@ while($r=mysql_fetch_object($q))
|
|||||||
$r->years_national,
|
$r->years_national,
|
||||||
$r->willing_chair,
|
$r->willing_chair,
|
||||||
$r->attending_lunch,
|
$r->attending_lunch,
|
||||||
$r->expertise_other
|
str_replace("\n"," ",$r->expertise_other)
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user