The constant CURLE_OPERATION_TIMEDOUT isn't defined on older PHP versions

This commit is contained in:
Michael 2017-06-03 19:46:19 +00:00
parent ec5a3c3440
commit 945d3cc048
4 changed files with 12 additions and 3 deletions

View file

@ -1742,6 +1742,7 @@ function db_definition() {
),
"indexes" => array(
"PRIMARY" => array("id"),
"pid" => array("pid"),
"priority_created" => array("priority", "created"),
)
);