summaryrefslogtreecommitdiffstats
path: root/lib/class
diff options
context:
space:
mode:
Diffstat (limited to 'lib/class')
-rw-r--r--lib/class/search.class.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/class/search.class.php b/lib/class/search.class.php
index 5dbabf5f..bf85d890 100644
--- a/lib/class/search.class.php
+++ b/lib/class/search.class.php
@@ -179,7 +179,7 @@ class Search extends playlist_object {
$this->basetypes['date'][] = array(
'name' => 'lt',
'description' => T_('before'),
- 'sql' => '>'
+ 'sql' => '<'
);
$this->basetypes['date'][] = array(