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