diff options
author | Dries Buytaert <dries@buytaert.net> | 2007-10-12 14:19:44 +0000 |
---|---|---|
committer | Dries Buytaert <dries@buytaert.net> | 2007-10-12 14:19:44 +0000 |
commit | 47095ffb3cc73f45763b707b7f082707fe9180dd (patch) | |
tree | 344f9bcbc413e0b778c5978b5d8a9ad8170dbfb8 | |
parent | b274bf87f343f84e6004401f2fc9d23ff7611c63 (diff) | |
download | brdo-47095ffb3cc73f45763b707b7f082707fe9180dd.tar.gz brdo-47095ffb3cc73f45763b707b7f082707fe9180dd.tar.bz2 |
- Patch #182728 by Darren Oh: improved PHPdoc of db_rewrite_sql().
-rw-r--r-- | includes/database.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/database.inc b/includes/database.inc index 8b19e8de4..63536e036 100644 --- a/includes/database.inc +++ b/includes/database.inc @@ -262,7 +262,7 @@ function _db_rewrite_sql($query = '', $primary_table = 'n', $primary_field = 'ni * @param $query * Query to be rewritten. * @param $primary_table - * Name or alias of the table which has the primary key field for this query. Possible values are: comments, forum, node, menu, term_data, vocabulary. + * Name or alias of the table which has the primary key field for this query. Possible values are: {comments}, {forum}, {node}, {menu}, {term_data}, {vocabulary}. * @param $primary_field * Name of the primary field. * @param $args |