coding standards

This commit is contained in:
Loïc Chapeaux
2001-09-28 18:15:10 +00:00
parent d5063bcfb7
commit 53583629f4
2 changed files with 18 additions and 10 deletions

View File

@@ -5,11 +5,14 @@ phpMyAdmin - Changelog
$Id$
$Source$
2001-09-28 Lo<4C>c Chapeaux <lolo@phpheaven.net>
* main.php3: coding standards.
2001-09-28 Marc Delisle <lem9@users.sourceforge.net>
* ldi_table.php3, lang/*: remove unused messages
* ldi_table.php3, lang/*: remove unused messages.
2001-09-27 Marc Delisle <lem9@users.sourceforge.net>
* main.php3, bug 465534: db stats only available if MySQL>=32303
* main.php3, bug 465534: db stats only available if MySQL>=32303.
2001-09-26 Lo<4C>c Chapeaux <lolo@phpheaven.net>
* libraries/common.lib.php3; left.php3; tbl_move_copy.php3;

View File

@@ -320,7 +320,10 @@ if ($server > 0
<?php echo show_docu('manual_Privilege_system.html#Privilege_system') . "\n"; ?>
</td>
</tr>
<?php if (MYSQL_INT_VERSION >= 32303) { ?>
<?php
if (MYSQL_INT_VERSION >= 32303) {
echo "\n";
?>
<tr>
<td valign="baseline"><img src="images/item.gif" width="7" height="7" alt="item" /></td>
<td>
@@ -328,11 +331,10 @@ if ($server > 0
<?php echo $strDatabasesStats; ?></a>
</td>
</tr>
<?php
echo "\n";
}
<?php
}
}
echo "\n";
?>
<tr>
<td valign="baseline"><img src="images/item.gif" width="7" height="7" alt="item" /></td>
@@ -414,7 +416,10 @@ if ($server > 0
<?php echo show_docu('manual_Privilege_system.html#Privilege_system') . "\n"; ?>
</td>
</tr>
<?php if (MYSQL_INT_VERSION >= 32303) { ?>
<?php
if (MYSQL_INT_VERSION >= 32303) {
echo "\n";
?>
<tr>
<td valign="baseline"><img src="images/item.gif" width="7" height="7" alt="item" /></td>
<td>
@@ -422,8 +427,8 @@ if ($server > 0
<?php echo $strDatabasesStats; ?></a>
</td>
</tr>
<?php
}
<?php
}
}
} // end of 2 (no AdvAuth case)