1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-09 16:17:14 +02:00

Minor GUI fix to userposts.

This commit is contained in:
Cameron
2016-02-25 12:54:30 -08:00
parent 294ff7a6d0
commit 4960859935
2 changed files with 7 additions and 6 deletions

View File

@@ -194,6 +194,8 @@ elseif ($action == 'forums')
ORDER BY p.post_datestamp DESC LIMIT {$from}, 10
";
$debug = deftrue('e_DEBUG');
if (!$sql->gen($qry))
{
$ftext .= "<span class='mediumtext'>".UP_LAN_8.'</span>';