1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-01 20:30:39 +02:00

Fix for SQL_CALC_FOUND_ROWS using PDO.

This commit is contained in:
Cameron
2016-03-29 14:55:38 -07:00
parent 1281c70714
commit 2e6fa44aa2
4 changed files with 33 additions and 33 deletions

View File

@@ -409,7 +409,7 @@ class e_parse_shortcode
}
elseif(E107_DBG_BBSC || E107_DBG_SC)
{
echo "<h3>Couldn't Load: <b>".$path." with class-name: {$className} and pluginName {$pluginName}</b></h3>";
echo "<div class='alert alert-danger'>Couldn't Load: <b>".$path."</b> with class-name:<b> {$className}</b> and pluginName <b>{$pluginName}</b></div>";
}