From 83a64265a7d8865f0381e53a0cc47d6ef53217b6 Mon Sep 17 00:00:00 2001 From: Aleksander Machniak Date: Mon, 15 Sep 2014 11:37:42 +0200 Subject: Fixes for Oracle --- program/lib/Roundcube/rcube_db_oracle.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'program/lib/Roundcube/rcube_db_oracle.php') diff --git a/program/lib/Roundcube/rcube_db_oracle.php b/program/lib/Roundcube/rcube_db_oracle.php index 95a7fa2c4..ddd351ec3 100644 --- a/program/lib/Roundcube/rcube_db_oracle.php +++ b/program/lib/Roundcube/rcube_db_oracle.php @@ -141,7 +141,7 @@ class rcube_db_oracle extends rcube_db { if ($interval) { $interval = intval($interval); - return "current_timestamp + INTERVAL $interval SECOND"; + return "current_timestamp + INTERVAL '$interval' SECOND"; } return "current_timestamp"; -- cgit v1.2.3