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:
authorMichal Čihař <michal@cihar.com>2012-04-27 13:30:07 +0400
committerMichal Čihař <michal@cihar.com>2012-04-27 13:30:47 +0400
commitb2243f08a89c069fba04a5deb87e5c94f17c7fe2 (patch)
tree4ca40855ea1982ccb51d802b1a7b30523ebda483 /navigation.php
parenta5839a3813a91723ee76d5852ecd14532ab1351f (diff)
Fix spacing around brackets
Diffstat (limited to 'navigation.php')
-rw-r--r--navigation.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/navigation.php b/navigation.php
index e8c7a61404..c9f17476d5 100644
--- a/navigation.php
+++ b/navigation.php
@@ -29,7 +29,7 @@ require_once 'libraries/RecentTable.class.php';
* Check if it is an ajax request to reload the recent tables list.
*/
if ($GLOBALS['is_ajax_request'] && $_REQUEST['recent_table']) {
- PMA_ajaxResponse('', true, array('options' => PMA_RecentTable::getInstance()->getHtmlSelectOption()) );
+ PMA_ajaxResponse('', true, array('options' => PMA_RecentTable::getInstance()->getHtmlSelectOption()));
}
// keep the offset of the db list in session before closing it