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 09:41:41 +0400
committerMadhura Jayaratne <madhura.cj@gmail.com>2011-09-23 09:41:41 +0400
commit13adb5adf7e2b429819a85131edd998b34726ad7 (patch)
tree85704a296ba153690710f4eee4fb5ca063f914a5 /tbl_addfield.php
parent9bcb83af03d9f988a2e2c754e6b9b3cf2c468555 (diff)
Use lower case for true, false and null
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 f9324fe9f3..c2a2e9687c 100644
--- a/tbl_addfield.php
+++ b/tbl_addfield.php
@@ -186,7 +186,7 @@ if (isset($_REQUEST['do_save_data'])) {
$message->addParam($table);
if( $GLOBALS['is_ajax_request'] == true) {
- $extra_data['sql_query'] = PMA_showMessage(NULL, $sql_query);
+ $extra_data['sql_query'] = PMA_showMessage(null, $sql_query);
PMA_ajaxResponse($message, $message->isSuccess(), $extra_data);
}