From 348d96583e133d338f774b865bf5f65fd8c9581d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Chapeaux?= Date: Wed, 22 Aug 2001 11:33:27 +0000 Subject: [PATCH] fixed a warning --- lib.inc.php3 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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]