diff --git a/lib.inc.php3 b/lib.inc.php3 index dcae6418d..20483c0bb 100755 --- a/lib.inc.php3 +++ b/lib.inc.php3 @@ -134,12 +134,12 @@ if (!defined('__LIB_INC__')){ } echo ''. $GLOBALS['strError'] . '' . "\n"; - echo '
' . "\n"; if (!empty($the_query)) { + echo '
' . "\n"; $edit_link = '' . $GLOBALS['strEdit'] . ''; echo ' ' . $GLOBALS['strSQLQuery'] . ' : [' . $edit_link . ']
' . htmlspecialchars($the_query) . '' . "\n"; + echo '' . "\n"; } - echo '' . "\n"; echo '
' . "\n"; echo ' ' . $GLOBALS['strMySQLSaid'] . ' ' . htmlspecialchars($error_message) . "\n"; echo '
' . "\n"; @@ -491,7 +491,7 @@ if (!defined('__LIB_INC__')){ ?> [BLOB] ' . "\n"; } else { if (strlen($row[$i]) > $GLOBALS['cfgLimitChars']) { - $row[$i] = substr($row[$i], 0, $cfgLimitChars) . '...'; + $row[$i] = substr($row[$i], 0, $GLOBALS['cfgLimitChars']) . '...'; } echo '