From 88cc7138379302f8584785a05ba11f0a9ac83247 Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Sat, 6 Feb 2010 19:01:38 +0000 Subject: - Patch #700518 by agentrickard, Crell: documentation fixes. --- includes/database/query.inc | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'includes/database') diff --git a/includes/database/query.inc b/includes/database/query.inc index ce8dc152c..0b03783f5 100644 --- a/includes/database/query.inc +++ b/includes/database/query.inc @@ -1386,10 +1386,11 @@ function db_xor() { /** * Returns a new DatabaseCondition, set to the specified conjunction. * + * Internal API function call. The db_and(), db_or(), and db_xor() + * functions are preferred. + * * @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. + * The conjunction to use for query conditions (AND, OR or XOR). * @return DatabaseCondition */ function db_condition($conjunction) { -- cgit v1.2.3