add blank

This commit is contained in:
wlx 2013-06-02 14:43:56 +00:00
parent aa647b7ccd
commit 9a226776c9
1 changed files with 1 additions and 1 deletions

View File

@ -469,7 +469,7 @@ class ServiceController extends Zend_Controller_Action
$row['category_zh']='';
foreach($cat as $category)
{
$row['category_zh'].=$category['name_zh'];
$row['category_zh'].=$category['name_zh'].' ';
}
$sql="select r.* from reference r left join mdref m on m.refid=r.id where m.uuid=?";
$sql=$this->db->quoteInto($sql,$uuid);