From a40f80428cb95b3a738658638eea2ff576277aa5 Mon Sep 17 00:00:00 2001 From: Dries Buytaert <dries@buytaert.net> Date: Fri, 26 Aug 2011 10:20:39 +0100 Subject: [PATCH] - Patch #1252696 by larowlan: docblock error with EntityFieldQuery->fieldCondition. --- includes/entity.inc | 2 -- 1 file changed, 2 deletions(-) diff --git a/includes/entity.inc b/includes/entity.inc index 9e2eff4f285d..31679fdccb9a 100644 --- a/includes/entity.inc +++ b/includes/entity.inc @@ -628,8 +628,6 @@ public function entityCondition($name, $value, $operator = NULL) { /** * Adds a condition on field values. * - * @param $type - * The condition array the given conditions should be added to. * @param $field * Either a field name or a field array. * @param $column -- GitLab