From 55b0753a39b267c3fac9a276e73299fb333f12d1 Mon Sep 17 00:00:00 2001
From: babruix <romanalexey@gmail.com>
Date: Tue, 26 Feb 2013 22:20:38 +0100
Subject: [PATCH] Issue #1924622 by kingandy: Fixed documentation for
 EntityFieldQuery::tableSort usage.

---
 includes/entity.inc | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/includes/entity.inc b/includes/entity.inc
index 2fefd59..059cace 100644
--- a/includes/entity.inc
+++ b/includes/entity.inc
@@ -989,8 +989,7 @@ class EntityFieldQuery {
    * Enables sortable tables for this query.
    *
    * @param $headers
-   *   An EFQ Header array based on which the order clause is added to the
-   *   query.
+   *   An array of headers of the same structure as described in theme_table().
    *
    * @return EntityFieldQuery
    *   The called object.
-- 
1.7.12.1

