coding standard
This commit is contained in:
@@ -294,7 +294,7 @@ if (!defined('PMA_COMMON_LIB_INCLUDED')){
|
|||||||
* user.
|
* user.
|
||||||
*
|
*
|
||||||
* This function is based on an article from phpBuilder (see
|
* This function is based on an article from phpBuilder (see
|
||||||
* http://www.phpbuilder.net/columns/tim20000821.php3).
|
* http://www.php3builder.net/columns/tim20000821.php3).
|
||||||
*
|
*
|
||||||
* @return boolean always true
|
* @return boolean always true
|
||||||
*
|
*
|
||||||
@@ -845,7 +845,7 @@ window.parent.frames['nav'].location.replace('<?php echo $reload_url; ?>');
|
|||||||
<table border="<?php echo $GLOBALS['cfgBorder']; ?>" cellpadding="5">
|
<table border="<?php echo $GLOBALS['cfgBorder']; ?>" cellpadding="5">
|
||||||
<tr>
|
<tr>
|
||||||
<td bgcolor="<?php echo $GLOBALS['cfgThBgcolor']; ?>">
|
<td bgcolor="<?php echo $GLOBALS['cfgThBgcolor']; ?>">
|
||||||
<b><?php echo get_magic_quotes_gpc() ? stripslashes($message) : $message; ?></b><br />
|
<b><?php echo (get_magic_quotes_gpc()) ? stripslashes($message) : $message; ?></b><br />
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
<?php
|
<?php
|
||||||
|
@@ -81,7 +81,7 @@ if (!defined('PMA_MYSQL_INT_VERSION') && isset($userlink)) {
|
|||||||
|
|
||||||
// Determines platform (OS), browser and version of the user
|
// Determines platform (OS), browser and version of the user
|
||||||
// Based on a phpBuilder article:
|
// Based on a phpBuilder article:
|
||||||
// see http://www.phpbuilder.net/columns/tim20000821.php3
|
// see http://www.php3builder.net/columns/tim20000821.php3
|
||||||
if (!defined('PMA_USR_OS')) {
|
if (!defined('PMA_USR_OS')) {
|
||||||
// loic1 - 2001/25/11: use the new globals arrays defined with
|
// loic1 - 2001/25/11: use the new globals arrays defined with
|
||||||
// php 4.1+
|
// php 4.1+
|
||||||
|
Reference in New Issue
Block a user