From cadd9bd54ca9b3e5a95661c616d35a1a0045ab46 Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Wed, 3 Dec 2008 16:32:22 +0000 Subject: - Patch #335086 by recidive: rename node, filter and comment module tables to singular for consistency. Oh my. --- modules/system/system.api.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'modules/system/system.api.php') diff --git a/modules/system/system.api.php b/modules/system/system.api.php index 8aa10b2d0..03e9b4618 100644 --- a/modules/system/system.api.php +++ b/modules/system/system.api.php @@ -51,7 +51,7 @@ function hook_cron() { * Query to be rewritten. * @param $primary_table * Name or alias of the table which has the primary key field for this query. - * Typical table names would be: {blocks}, {comments}, {forum}, {node}, + * Typical table names would be: {block}, {comment}, {forum}, {node}, * {menu}, {term_data} or {vocabulary}. However, it is more common for * $primary_table to contain the usual table alias: b, c, f, n, m, t or v. * @param $primary_field @@ -1346,7 +1346,7 @@ function hook_schema() { 'unsigned' => TRUE, 'not null' => TRUE), 'vid' => array( - 'description' => t('The current {node_revisions}.vid version identifier.'), + 'description' => t('The current {node_revision}.vid version identifier.'), 'type' => 'int', 'unsigned' => TRUE, 'not null' => TRUE, -- cgit v1.2.3