add blank
This commit is contained in:
parent
aa647b7ccd
commit
9a226776c9
|
@ -469,7 +469,7 @@ class ServiceController extends Zend_Controller_Action
|
||||||
$row['category_zh']='';
|
$row['category_zh']='';
|
||||||
foreach($cat as $category)
|
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="select r.* from reference r left join mdref m on m.refid=r.id where m.uuid=?";
|
||||||
$sql=$this->db->quoteInto($sql,$uuid);
|
$sql=$this->db->quoteInto($sql,$uuid);
|
||||||
|
|
Loading…
Reference in New Issue