From eef9eb1146cf9903e58743291ca27c68340aea2c Mon Sep 17 00:00:00 2001
From: Thomas Bruederli <thomas@roundcube.net>
Date: Wed, 21 Aug 2013 03:44:27 -0400
Subject: [PATCH] Synchronized localization files from Transifex

---
 program/lib/Roundcube/rcube_imap_cache.php |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/program/lib/Roundcube/rcube_imap_cache.php b/program/lib/Roundcube/rcube_imap_cache.php
index a505d12..061ac54 100644
--- a/program/lib/Roundcube/rcube_imap_cache.php
+++ b/program/lib/Roundcube/rcube_imap_cache.php
@@ -640,13 +640,13 @@
         $db    = $rcube->get_dbh();
 
         $db->query("DELETE FROM ".$db->table_name('cache_messages')
-              ." WHERE expired < " . $db->now());
+              ." WHERE expires < " . $db->now());
 
         $db->query("DELETE FROM ".$db->table_name('cache_index')
-              ." WHERE expired < " . $db->now());
+              ." WHERE expires < " . $db->now());
 
         $db->query("DELETE FROM ".$db->table_name('cache_thread')
-              ." WHERE expired < " . $db->now());
+              ." WHERE expires < " . $db->now());
     }
 
 

--
Gitblit v1.9.1