From 964170c69c288beb9939f28134bdd2754aecd554 Mon Sep 17 00:00:00 2001 From: stronk7 Date: Mon, 24 Sep 2007 19:36:24 +0000 Subject: [PATCH] One more default and useless comment deleted. MDL-11385 --- .../actions/new_table_from_mysql/new_table_from_mysql.class.php | 1 - 1 file changed, 1 deletion(-) 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); -- 2.39.5