summaryrefslogtreecommitdiff
path: root/includes
diff options
context:
space:
mode:
Diffstat (limited to 'includes')
-rw-r--r--includes/database.inc4
1 files changed, 3 insertions, 1 deletions
diff --git a/includes/database.inc b/includes/database.inc
index 593a4f329..b4bda22b4 100644
--- a/includes/database.inc
+++ b/includes/database.inc
@@ -194,7 +194,9 @@ define('DB_QUERY_REGEXP', '/(%d|%s|%%|%f|%b)/');
* @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: blocks, comments, forum, node, menu, term_data,
+ * vocabulary.
* @param $primary_field
* Name of the primary field.
* @param $args