Coding standard

This commit is contained in:
Loïc Chapeaux
2002-05-26 11:27:11 +00:00
parent e91b5dc62a
commit f18b89d173

View File

@@ -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)) {