some 'echo' were missing
This commit is contained in:
@@ -19,6 +19,8 @@ $Source$
|
||||
* lang/italian.inc.php3: updated thanks to Pietro Danesi.
|
||||
* tbl_change.php3: fixed bad field size/maxsize.
|
||||
* libraries/build_dump.php3: Excel csv field separator should be a comma.
|
||||
* main.php3: some 'echo' were missing. Fixed thanks to
|
||||
Eric S. Nagel <esnagel at users.sourceforge.net>.
|
||||
|
||||
2001-09-19 Marc Delisle <lem9@users.sourceforge.net>
|
||||
* tbl_properties.php3, db_details.php3, lang/*: start to merge new messages
|
||||
|
@@ -247,7 +247,7 @@ if ($server > 0
|
||||
<tr>
|
||||
<td valign="baseline"><img src="images/item.gif" width="7" height="7" alt="item" /></td>
|
||||
<td>
|
||||
<a href="sql.php3?<?php $common_url_query; ?>&db=mysql&sql_query=<?php echo urlencode('SHOW VARIABLES'); ?>">
|
||||
<a href="sql.php3?<?php echo $common_url_query; ?>&db=mysql&sql_query=<?php echo urlencode('SHOW VARIABLES'); ?>">
|
||||
<?php echo $strMySQLShowVars;?></a>
|
||||
<?php echo show_docu('manual_Performance.html#Performance') . "\n"; ?>
|
||||
</td>
|
||||
@@ -309,7 +309,7 @@ if ($server > 0
|
||||
<tr>
|
||||
<td valign="baseline"><img src="images/item.gif" width="7" height="7" alt="item" /></td>
|
||||
<td>
|
||||
<a href="index.php3?<?php echo$common_url_query; ?>&old_usr=<?php echo urlencode($PHP_AUTH_USER); ?>" target="_parent">
|
||||
<a href="index.php3?<?php echo $common_url_query; ?>&old_usr=<?php echo urlencode($PHP_AUTH_USER); ?>" target="_parent">
|
||||
<b><?php echo $strLogout; ?></b></a>
|
||||
<a href="<?php echo $cfgPmaAbsoluteUri; ?>Documentation.html#login_bug" target="documentation">(*)</a>
|
||||
</td>
|
||||
|
Reference in New Issue
Block a user