Delimiter

Signed-off-by: Valentin Popov <info@valentineus.link>
This commit is contained in:
Valentin Popov 2018-03-12 03:30:57 +04:00
parent 6a711bfc48
commit 55b1a6b5a9
Signed by: Valentin Popov
GPG Key ID: 269A00ACA90A8EA3

View File

@ -128,6 +128,7 @@ function local_webhooks_get_list_events() {
*/
function local_webhooks_get_total_count() {
global $DB;
return $DB->count_records(LOCAL_WEBHOOKS_NAME_TABLE, array());
}