forked from science-ation/science-ation
whoops screwed that one up :p
This commit is contained in:
parent
e19cb49b3e
commit
584e7fe8f1
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user