diff options
author | Dries Buytaert <dries@buytaert.net> | 2009-01-13 22:41:39 +0000 |
---|---|---|
committer | Dries Buytaert <dries@buytaert.net> | 2009-01-13 22:41:39 +0000 |
commit | 77936aef4c487e8b3265cb28e72d104004cb1172 (patch) | |
tree | d2dbc969ff08f968f248ccedb39dc846950e3480 /modules/system/system.api.php | |
parent | be36b9205e25595f5e4bf0dba4de33f5f620b33e (diff) | |
download | brdo-77936aef4c487e8b3265cb28e72d104004cb1172.tar.gz brdo-77936aef4c487e8b3265cb28e72d104004cb1172.tar.bz2 |
- Rollback of #225562 -- I think there is still something wrong.
Diffstat (limited to 'modules/system/system.api.php')
-rw-r--r-- | modules/system/system.api.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/system/system.api.php b/modules/system/system.api.php index 93c3032cc..e6d3b3038 100644 --- a/modules/system/system.api.php +++ b/modules/system/system.api.php @@ -41,7 +41,7 @@ function hook_cron() { * shall be made DISTINCT. For node objects, primary field is always called nid. * For taxonomy terms, it is tid and for vocabularies it is vid. For comments, * it is cid. Primary table is the table where the primary object (node, file, - * taxonomy_term_node etc.) is. + * term_node etc.) is. * * You shall return an associative array. Possible keys are 'join', 'where' and * 'distinct'. The value of 'distinct' shall be 1 if you want that the @@ -52,7 +52,7 @@ function hook_cron() { * @param $primary_table * Name or alias of the table which has the primary key field for this query. * Typical table names would be: {block}, {comment}, {forum}, {node}, - * {menu}, {taxonomy_term_data} or {taxonomy_vocabulary}. However, it is more common for + * {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 * Name of the primary field. |