From 0597e322ceda5300e871f15f1a4ff31317fac66c Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Sun, 31 Jan 2010 18:42:41 +0000 Subject: - Patch #700518 by agentrickard: document conjunctions for db_condition(). --- includes/database/query.inc | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'includes/database') diff --git a/includes/database/query.inc b/includes/database/query.inc index 367870019..ce8dc152c 100644 --- a/includes/database/query.inc +++ b/includes/database/query.inc @@ -1386,8 +1386,10 @@ function db_xor() { /** * Returns a new DatabaseCondition, set to the specified conjunction. * - * @param - * The conjunction (AND, OR, XOR, etc.) to use on conditions. + * @param $conjunction + * The conjunction to use for query conditions. The following conjunctions are + * supported: AND, OR, XOR, IN, NOT IN, BETWEEN, IS NULL, IS NOT NULL, + * LIKE. * @return DatabaseCondition */ function db_condition($conjunction) { -- cgit v1.2.3