Update database.php

This commit is contained in:
Namhyeon Go 2019-12-05 15:49:04 +09:00 committed by GitHub
parent c58ad19dcc
commit 3790b69a3e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -418,6 +418,9 @@ if(!check_function_exists("get_bind_to_sql_where")) {
}
$s3 .= sprintf(" %s (%s)", $opts[0], implode(" and ", $s3a));
}
} elseif($opts[1][0] == "interval") {
$s3u = array("s" => 1, "m" => 60, "h" => 120, "d" => 86400);
// todo
} else {
$ssts = array(
"eq" => "=",