merge from trunk 3238
This commit is contained in:
parent
69ae1d31c2
commit
a91a837b6a
|
@ -755,9 +755,9 @@ class Admin_ReviewController extends Zend_Controller_Action
|
|||
//update search document
|
||||
$search=new Search();
|
||||
//create search view in xunsearch
|
||||
$sql="select * from xunsearch where uuid in (select uuid from mdstatus where id in (?))";
|
||||
$sql="select * from xunsearch where uuid in (select uuid from mdstatus where id in (".$ids."))";
|
||||
$sth = $this->db->prepare($sql);
|
||||
$sth->execute(array($ids));
|
||||
$sth->execute();
|
||||
while ($data = $sth->fetch())
|
||||
{
|
||||
$search->update($data);
|
||||
|
|
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue