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ř <mcihar@suse.cz>2012-05-11 12:05:16 +0400
committerMichal Čihař <mcihar@suse.cz>2012-05-11 12:05:16 +0400
commitaad9dde0b3aab2d87522be5393d9825e5b55f9a5 (patch)
treea921a83048aa877ac7e7b9e56bb739245ccbf824 /tbl_addfield.php
parent7eaa93c2a954dbdccbb01c6b487fdf9d7dbe5ece (diff)
Remove extra ,
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 324202159a..b0f9c693a7 100644
--- a/tbl_addfield.php
+++ b/tbl_addfield.php
@@ -98,7 +98,7 @@ if (isset($_REQUEST['do_save_data'])) {
isset($_REQUEST['field_comments'][$i])
? $_REQUEST['field_comments'][$i]
: '',
- $field_primary,
+ $field_primary
);
if ($_REQUEST['field_where'] != 'last') {