--- inc/conn.inc 2001/09/20 09:50:24 1.5 +++ inc/conn.inc 2001/11/08 12:00:44 1.6 @@ -20,7 +20,7 @@ $sth->execute(); global $menu_item; if ($row=$sth->fetchrow_hash()) { - $menu_item=$row[0]; + $menu_item=str_replace("\\n"," ",$row[0]); } // generate random numbers of pictures on top-right corner