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:
authorMadhura Jayaratne <madhura.cj@gmail.com>2011-09-23 07:13:41 +0400
committerMadhura Jayaratne <madhura.cj@gmail.com>2011-09-23 07:13:41 +0400
commite67a0a2531fff325477c5babcfffbf205ca755b3 (patch)
tree72ee9b0d6f6fe17a6189ddc46e363d408f59b2df /tbl_addfield.php
parentac088aaee0194f28f435b63b978db96426cda642 (diff)
Spaces between parameters in function calls
Diffstat (limited to 'tbl_addfield.php')
-rw-r--r--tbl_addfield.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/tbl_addfield.php b/tbl_addfield.php
index 50fb4226a9..f9324fe9f3 100644
--- a/tbl_addfield.php
+++ b/tbl_addfield.php
@@ -187,7 +187,7 @@ if (isset($_REQUEST['do_save_data'])) {
if( $GLOBALS['is_ajax_request'] == true) {
$extra_data['sql_query'] = PMA_showMessage(NULL, $sql_query);
- PMA_ajaxResponse($message, $message->isSuccess(),$extra_data);
+ PMA_ajaxResponse($message, $message->isSuccess(), $extra_data);
}
$active_page = 'tbl_structure.php';