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 = ' - +
table) . ' LIKE \'' . sql_addslashes($primary->name, TRUE) . '\'') or mysql_die(); $true_field_type = mysql_fetch_array($result_type); if (eregi('BLOB', $true_field_type['Type'])) { - echo ' ' . "\n"; + echo ' ' . "\n"; } else { if (strlen($row[$i]) > $GLOBALS['cfgLimitChars']) { $row[$i] = substr($row[$i], 0, $GLOBALS['cfgLimitChars']) . '...';
[BLOB][BLOB]