One more default and useless comment deleted. MDL-11385

This commit is contained in:
stronk7 2007-09-24 19:36:24 +00:00
parent 535c0080c3
commit 964170c69c

View File

@ -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);