diff --git a/lib.inc.php3 b/lib.inc.php3 index 2e50880d1..abbe87d62 100755 --- a/lib.inc.php3 +++ b/lib.inc.php3 @@ -951,7 +951,7 @@ var errorMsg2 = ' 1) { + if (isset($total) && $total > 1 && isset($pos_next)) { if (isset($SelectNumRows) && $SelectNumRows != $total) { $selectstring = ', ' . $SelectNumRows . ' ' . $GLOBALS['strSelectNumRows']; } else { @@ -980,7 +980,7 @@ var errorMsg2 = ' -
[BLOB] | ' . "\n"; + echo '[BLOB] | ' . "\n"; } else { if (strlen($row[$i]) > $GLOBALS['cfgLimitChars']) { $row[$i] = substr($row[$i], 0, $GLOBALS['cfgLimitChars']) . '...';