diff options
author | Dries Buytaert <dries@buytaert.net> | 2011-08-26 10:20:28 +0100 |
---|---|---|
committer | Dries Buytaert <dries@buytaert.net> | 2011-08-26 10:20:28 +0100 |
commit | c24655d182fce5abe8ceb3d1e7c3b469b12cb42c (patch) | |
tree | bc893c097dbc855eca25543dc95d8958c8bac59c | |
parent | 98235359be5c6af7d27d458368f514c1a324e91d (diff) | |
download | brdo-c24655d182fce5abe8ceb3d1e7c3b469b12cb42c.tar.gz brdo-c24655d182fce5abe8ceb3d1e7c3b469b12cb42c.tar.bz2 |
- Patch #1252696 by larowlan: docblock error with EntityFieldQuery->fieldCondition.
-rw-r--r-- | includes/entity.inc | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/includes/entity.inc b/includes/entity.inc index 1eb40c56d..67225bc7e 100644 --- a/includes/entity.inc +++ b/includes/entity.inc @@ -628,8 +628,6 @@ class EntityFieldQuery { /** * 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 |