Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/phpmyadmin/phpmyadmin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarc Delisle <marc@infomarc.info>2011-05-09 20:57:28 +0400
committerMarc Delisle <marc@infomarc.info>2011-05-09 20:57:28 +0400
commite6211f0c2fb025007125456299165d572894983f (patch)
tree296f8657e44c573baa04c0689adcb67d34595c2b /main.php
parent13b31956aed38141836faf386d97c042a3087f48 (diff)
Other replacements for easier reading
Diffstat (limited to 'main.php')
-rw-r--r--main.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/main.php b/main.php
index c7c25bc41e..d69b4bbd72 100644
--- a/main.php
+++ b/main.php
@@ -292,7 +292,7 @@ if (file_exists('./config')) {
*/
if ($server > 0) {
$cfgRelation = PMA_getRelationsParam();
- if(!$cfgRelation['allworks'] && $cfg['PmaNoRelation_DisableWarning'] == false) {
+ if(! $cfgRelation['allworks'] && $cfg['PmaNoRelation_DisableWarning'] == false) {
$message = PMA_Message::notice(__('The phpMyAdmin configuration storage is not completely configured, some extended features have been deactivated. To find out why click %shere%s.'));
$message->addParam('<a href="' . $cfg['PmaAbsoluteUri'] . 'chk_rel.php?' . $common_url_query . '">', false);
$message->addParam('</a>', false);