Coding standard
This commit is contained in:
2
sql.php3
2
sql.php3
@@ -196,7 +196,7 @@ else {
|
|||||||
if (!isset($session_max_rows)) {
|
if (!isset($session_max_rows)) {
|
||||||
$session_max_rows = $cfg['MaxRows'];
|
$session_max_rows = $cfg['MaxRows'];
|
||||||
} else if ($session_max_rows != 'all') {
|
} 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"
|
// Defines the display mode (horizontal/vertical) and header "frequency"
|
||||||
if (empty($disp_direction)) {
|
if (empty($disp_direction)) {
|
||||||
|
Reference in New Issue
Block a user