Fixed the display for MySQL <= 4.0.3-beta.
This commit is contained in:
@@ -7,6 +7,7 @@ $Source$
|
|||||||
|
|
||||||
2003-03-13 Alexander M. Turek <rabus@users.sourceforge.net>
|
2003-03-13 Alexander M. Turek <rabus@users.sourceforge.net>
|
||||||
* server_status.php3: Fixed the Garvin's calculations.
|
* 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>
|
2003-03-13 Marc Delisle <lem9@users.sourceforge.net>
|
||||||
* libraries/sqlparser.lib.php3: analyzer: where_clause_identifiers
|
* libraries/sqlparser.lib.php3: analyzer: where_clause_identifiers
|
||||||
|
@@ -94,8 +94,8 @@ while (list($name, $value) = each($serverVars)) {
|
|||||||
<?php echo htmlspecialchars($serverVarsGlobal[$name]) . "\n"; ?>
|
<?php echo htmlspecialchars($serverVarsGlobal[$name]) . "\n"; ?>
|
||||||
</td>
|
</td>
|
||||||
<?php
|
<?php
|
||||||
$useBgcolorOne = !$useBgcolorOne;
|
|
||||||
}
|
}
|
||||||
|
$useBgcolorOne = !$useBgcolorOne;
|
||||||
?>
|
?>
|
||||||
</tr>
|
</tr>
|
||||||
<?php
|
<?php
|
||||||
|
Reference in New Issue
Block a user