summaryrefslogtreecommitdiff
path: root/includes
diff options
context:
space:
mode:
Diffstat (limited to 'includes')
-rw-r--r--includes/database/query.inc6
1 files changed, 4 insertions, 2 deletions
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) {