summaryrefslogtreecommitdiff
path: root/program/lib/Roundcube/rcube_db_oracle.php
diff options
context:
space:
mode:
Diffstat (limited to 'program/lib/Roundcube/rcube_db_oracle.php')
-rw-r--r--program/lib/Roundcube/rcube_db_oracle.php2
1 files changed, 1 insertions, 1 deletions
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";