1
0
Fork 0
mirror of https://github.com/Oreolek/ifhub.club.git synced 2024-05-01 16:39:22 +03:00

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 WHERE
talk_id = ? talk_id = ?
{ AND user_id NOT IN (?a) }"; { 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); return $this->IsSuccessful($res);
} }

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