This commit is contained in:
MatteoGheza 2021-06-01 13:25:44 +00:00
parent 6592275e32
commit 9a62fa837c
2 changed files with 7 additions and 10 deletions

12
server/composer.lock generated
View File

@ -2961,16 +2961,16 @@
},
{
"name": "webonyx/graphql-php",
"version": "v14.7.0",
"version": "v14.8.0",
"source": {
"type": "git",
"url": "https://github.com/webonyx/graphql-php.git",
"reference": "6b0ba9a4688b2ef74ea4d52b27477dd80fa67f31"
"reference": "7149ebfb0ba4132ca3cc5ef943b8e2ece58a5d5b"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/webonyx/graphql-php/zipball/6b0ba9a4688b2ef74ea4d52b27477dd80fa67f31",
"reference": "6b0ba9a4688b2ef74ea4d52b27477dd80fa67f31",
"url": "https://api.github.com/repos/webonyx/graphql-php/zipball/7149ebfb0ba4132ca3cc5ef943b8e2ece58a5d5b",
"reference": "7149ebfb0ba4132ca3cc5ef943b8e2ece58a5d5b",
"shasum": ""
},
"require": {
@ -3015,7 +3015,7 @@
],
"support": {
"issues": "https://github.com/webonyx/graphql-php/issues",
"source": "https://github.com/webonyx/graphql-php/tree/v14.7.0"
"source": "https://github.com/webonyx/graphql-php/tree/v14.8.0"
},
"funding": [
{
@ -3023,7 +3023,7 @@
"type": "open_collective"
}
],
"time": "2021-05-17T19:21:04+00:00"
"time": "2021-06-01T10:24:56+00:00"
}
],
"packages-dev": [

View File

@ -45,10 +45,7 @@ if($start) {
DB_PREFIX."_minutes",
["month" => $execDateTime["month"], "year" => $execDateTime["year"], "list"=>json_encode($list)]
);
$db->update(
DB_PREFIX."_profiles",
["availability_minutes" => 0]
);
$db->exec("UPDATE `".DB_PREFIX."_profiles` SET `availability_minutes` = 0");
}
}
$action .= "update";