whoops screwed that one up :p

This commit is contained in:
james 2005-03-29 21:09:34 +00:00
parent e19cb49b3e
commit 584e7fe8f1

View File

@ -93,8 +93,9 @@ $q=mysql_query("SELECT
firstname"); firstname");
while($r=mysql_fetch_object($q)) while($r=mysql_fetch_object($q))
{ {
$expertise_other=str_replace("\n"," ",$r->expertise_other) $expertise_other=str_replace("\n"," ",$r->expertise_other);
$expertise_other=str_replace("\r","",expertise_other) $expertise_other=str_replace("\r","",$expertise_other);
$table['data'][]=array( $table['data'][]=array(
$r->id, $r->id,
$r->lastname, $r->lastname,