fix sql query

This commit is contained in:
Mzhelskiy Maxim 2017-04-15 19:46:38 +07:00
parent 7f23cab8e1
commit f71b8735e1
2 changed files with 2 additions and 2 deletions

View File

@ -402,7 +402,7 @@ class ModuleTalk_MapperTalk extends Mapper
WHERE
talk_id = ?
{ AND user_id NOT IN (?a) }";
$res = $this->oDb->select($sql, $sTalkId, !is_null($aExcludeId) ? $aExcludeId : DBSIMPLE_SKIP);
$res = $this->oDb->query($sql, $sTalkId, !is_null($aExcludeId) ? $aExcludeId : DBSIMPLE_SKIP);
return $this->IsSuccessful($res);
}

@ -1 +1 @@
Subproject commit 955619fcd2139f549e8cc2ab0f34df029b1ca652
Subproject commit 190a81d0209140e4fc5ae3607591b09feb016338