1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-02 20:57:26 +02:00

Fix DB Access

This commit is contained in:
SteveD
2012-12-08 20:13:57 +00:00
parent 3793b27822
commit f0aad0d772

View File

@@ -431,7 +431,7 @@ class emotec
// Pick up a list of emote packs from the database
$pack_local = array();
if ($sql->db_Select("core","*","`e107_name` LIKE 'emote_%'",TRUE))
if ($sql->db_Select("core","*","`e107_name` LIKE 'emote_%'"))
{
while ($row = $sql->db_Fetch())
{