diff options
author | Dries Buytaert <dries@buytaert.net> | 2009-01-13 22:25:13 +0000 |
---|---|---|
committer | Dries Buytaert <dries@buytaert.net> | 2009-01-13 22:25:13 +0000 |
commit | b86354c55c28f88b9bbd426d8faf405246148ee4 (patch) | |
tree | b9c2f224dfd4be3b3108be016333b5c446467092 /modules/simpletest | |
parent | b986cc556d3eb30afd95d996cbfbe92a7537411f (diff) | |
download | brdo-b86354c55c28f88b9bbd426d8faf405246148ee4.tar.gz brdo-b86354c55c28f88b9bbd426d8faf405246148ee4.tar.bz2 |
- Patch #225562 by Jody Lynn: change DB table names from eg. term_data to taxonomy_term_data.
Diffstat (limited to 'modules/simpletest')
-rw-r--r-- | modules/simpletest/tests/taxonomy_test.install | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/simpletest/tests/taxonomy_test.install b/modules/simpletest/tests/taxonomy_test.install index 693101dd1..0369763d6 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 {term_data}.tid of the term.', + 'description' => 'The {taxonomy_term_data}.tid of the term.', ), 'name' => array( 'type' => 'varchar', |