From f18b89d1738f7f81f51388c6c0b3696edfa28b84 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Chapeaux?= Date: Sun, 26 May 2002 11:27:11 +0000 Subject: [PATCH] Coding standard --- sql.php3 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sql.php3 b/sql.php3 index b6a061c12..a2d963869 100755 --- a/sql.php3 +++ b/sql.php3 @@ -196,7 +196,7 @@ else { if (!isset($session_max_rows)) { $session_max_rows = $cfg['MaxRows']; } else if ($session_max_rows != 'all') { - $cfg['MaxRows'] = $session_max_rows; + $cfg['MaxRows'] = $session_max_rows; } // Defines the display mode (horizontal/vertical) and header "frequency" if (empty($disp_direction)) {