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:
authorMarc Delisle <marc@infomarc.info>2010-03-27 00:44:10 +0300
committerMarc Delisle <marc@infomarc.info>2010-03-27 00:44:10 +0300
commit9785bbc561db3d64cd53a8cf86823d37eac6fafb (patch)
treec268548088395323137d1a49e5cd0cc4a790718d /tbl_create.php
parentf6e3ae57c50edb17dad905ca47827e7de1f63b15 (diff)
remove author names
Diffstat (limited to 'tbl_create.php')
-rw-r--r--tbl_create.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/tbl_create.php b/tbl_create.php
index 5fcecb7c4b..b83955a831 100644
--- a/tbl_create.php
+++ b/tbl_create.php
@@ -228,11 +228,11 @@ if (isset($_REQUEST['do_save_data'])) {
if ($result) {
- // garvin: If comments were sent, enable relation stuff
+ // If comments were sent, enable relation stuff
require_once './libraries/relation.lib.php';
require_once './libraries/transformations.lib.php';
- // garvin: Update comment table for mime types [MIME]
+ // Update comment table for mime types [MIME]
if (isset($_REQUEST['field_mimetype'])
&& is_array($_REQUEST['field_mimetype'])
&& $cfg['BrowseMIME']) {
@@ -266,7 +266,7 @@ if (isset($_REQUEST['do_save_data'])) {
exit;
} else {
PMA_mysqlDie('', '', '', $err_url, false);
- // garvin: An error happened while inserting/updating a table definition.
+ // An error happened while inserting/updating a table definition.
// to prevent total loss of that data, we embed the form once again.
// The variable $regenerate will be used to restore data in libraries/tbl_properties.inc.php
$num_fields = $_REQUEST['orig_num_fields'];