Index: database.inc =================================================================== RCS file: /cvs/drupal/drupal/includes/database.inc,v retrieving revision 1.62.2.4 diff -u -p -r1.62.2.4 database.inc --- database.inc 12 Jul 2007 06:25:47 -0000 1.62.2.4 +++ database.inc 11 Oct 2007 18:27:13 -0000 @@ -252,7 +252,7 @@ function _db_rewrite_sql($query = '', $p * @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