Fixed the display for MySQL <= 4.0.3-beta.

This commit is contained in:
Alexander M. Turek
2003-03-13 20:10:03 +00:00
parent 3c5e254265
commit cdc5cd1a02
2 changed files with 2 additions and 1 deletions

View File

@@ -7,6 +7,7 @@ $Source$
2003-03-13 Alexander M. Turek <rabus@users.sourceforge.net>
* server_status.php3: Fixed the Garvin's calculations.
* server_variables.php3: Fixed the display for MySQL <= 4.0.3-beta.
2003-03-13 Marc Delisle <lem9@users.sourceforge.net>
* libraries/sqlparser.lib.php3: analyzer: where_clause_identifiers

View File

@@ -94,8 +94,8 @@ while (list($name, $value) = each($serverVars)) {
<?php echo htmlspecialchars($serverVarsGlobal[$name]) . "\n"; ?>
</td>
<?php
$useBgcolorOne = !$useBgcolorOne;
}
$useBgcolorOne = !$useBgcolorOne;
?>
</tr>
<?php