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:
@@ -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())
|
||||
{
|
||||
|
Reference in New Issue
Block a user