1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-11 00:54:49 +02:00

Issue #1298 Forum Query Fix and general cleanup. News Image Dimensions added where possible.

This commit is contained in:
Cameron
2016-02-07 22:25:12 -08:00
parent 3c43d07d83
commit cff27bf17a
5 changed files with 29 additions and 14 deletions

View File

@@ -1724,7 +1724,7 @@ class e107forum
";
if ($sql->gen($qry))
{
$row = $sql->fetch(MYSQL_ASSOC);
$row = $sql->fetch();
$row['thread_sef'] = eHelper::title2sef($row['thread_name'],'dashl');
return $row;
}