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:
authorJ.M <me@mynetx.net>2013-08-18 15:06:13 +0400
committerJ.M <me@mynetx.net>2013-08-18 17:42:48 +0400
commit8b110f0feaa196031640603e29b8566e5653581d (patch)
treed83fec4875644a7c4efc9cd8eac4729e52306805 /tbl_change.php
parentd1d4f9d87e2fef7e1f5c5914a5e0d56dc76bd9dc (diff)
Fix minor comment typos in tbl_change.php
Diffstat (limited to 'tbl_change.php')
-rw-r--r--tbl_change.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/tbl_change.php b/tbl_change.php
index b5de613b2c..11476ee7d0 100644
--- a/tbl_change.php
+++ b/tbl_change.php
@@ -209,14 +209,14 @@ foreach ($rows as $row_id => $current_row) {
$column['len'] = 30;
}
}
- //Call validation when the form submited...
+ //Call validation when the form submitted...
$unnullify_trigger = $chg_evt_handler
. "=\"return verificationsAfterFieldChange('"
. PMA_escapeJsString($column['Field_md5']) . "', '"
. PMA_escapeJsString($jsvkey) . "','".$column['pma_type'] . "')\"";
// Use an MD5 as an array index to avoid having special characters
- // in the name atttibute (see bug #1746964 )
+ // in the name attribute (see bug #1746964 )
$column_name_appendix = $vkey . '[' . $column['Field_md5'] . ']';
if ($column['Type'] == 'datetime'