From: stronk7 Date: Mon, 24 Sep 2007 19:36:24 +0000 (+0000) Subject: One more default and useless comment deleted. MDL-11385 X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=964170c69c288beb9939f28134bdd2754aecd554;p=moodle.git One more default and useless comment deleted. MDL-11385 --- diff --git a/admin/xmldb/actions/new_table_from_mysql/new_table_from_mysql.class.php b/admin/xmldb/actions/new_table_from_mysql/new_table_from_mysql.class.php index 4155403f86..5329f4e8be 100644 --- a/admin/xmldb/actions/new_table_from_mysql/new_table_from_mysql.class.php +++ b/admin/xmldb/actions/new_table_from_mysql/new_table_from_mysql.class.php @@ -160,7 +160,6 @@ class new_table_from_mysql extends XMLDBAction { $key->setFromADOKey($dbindex); /// Set default comment to PKs if ($key->getType() == XMLDB_KEY_PRIMARY) { - $key->setComment('Primary key for ' . $table->getName()); } /// Add key to the table $table->addKey($key);