change var name
This commit is contained in:
parent
a3749061ba
commit
259bf8ecee
|
@ -2175,9 +2175,9 @@ class Admin_DataController extends Zend_Controller_Action
|
||||||
$sql="select * from xunsearch where uuid=?";
|
$sql="select * from xunsearch where uuid=?";
|
||||||
$sth = $this->db->prepare($sql);
|
$sth = $this->db->prepare($sql);
|
||||||
$sth->execute(array($row['uuid']));
|
$sth->execute(array($row['uuid']));
|
||||||
$data = $sth->fetch();
|
$data_search = $sth->fetch();
|
||||||
$search=new Search();
|
$search=new Search();
|
||||||
$search->update($data);
|
$search->update($data_search);
|
||||||
|
|
||||||
if (empty($row)) //无对应记录
|
if (empty($row)) //无对应记录
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue