1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-03 13:17:24 +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 // Pick up a list of emote packs from the database
$pack_local = array(); $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()) while ($row = $sql->db_Fetch())
{ {