From 9542d532553770b72ff0364e20ebb1fd29d0dd95 Mon Sep 17 00:00:00 2001
From: Demian Katz <demian.katz@villanova.edu>
Date: Thu, 23 Aug 2012 11:20:01 -0400
Subject: [PATCH] Updated comment (this feature should be coming soon -- just
 submitted a PR to add it).

---
 module/VuFind/src/VuFind/Db/Table/Resource.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/module/VuFind/src/VuFind/Db/Table/Resource.php b/module/VuFind/src/VuFind/Db/Table/Resource.php
index 8233f419f57..906c9d2cc7c 100644
--- a/module/VuFind/src/VuFind/Db/Table/Resource.php
+++ b/module/VuFind/src/VuFind/Db/Table/Resource.php
@@ -220,7 +220,7 @@ class Resource extends Gateway
             // The title field can't be null, so don't bother with the extra
             // isnull() sort in that case.
             if (strtolower($rawField) != 'title') {
-                /* TODO
+                /* TODO -- uncomment when order() method supports Expressions
                 $order[] = new Expression(
                     'isnull(?)', array($alias . '.' . $rawField),
                     array(Expression::TYPE_IDENTIFIER)
-- 
GitLab