From 77936aef4c487e8b3265cb28e72d104004cb1172 Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Tue, 13 Jan 2009 22:41:39 +0000 Subject: - Rollback of #225562 -- I think there is still something wrong. --- modules/simpletest/tests/taxonomy_test.install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/simpletest/tests') diff --git a/modules/simpletest/tests/taxonomy_test.install b/modules/simpletest/tests/taxonomy_test.install index 0369763d6..693101dd1 100644 --- a/modules/simpletest/tests/taxonomy_test.install +++ b/modules/simpletest/tests/taxonomy_test.install @@ -18,7 +18,7 @@ function taxonomy_test_schema() { 'unsigned' => TRUE, 'not null' => TRUE, 'default' => 0, - 'description' => 'The {taxonomy_term_data}.tid of the term.', + 'description' => 'The {term_data}.tid of the term.', ), 'name' => array( 'type' => 'varchar', -- cgit v1.2.3