Delimiter
Signed-off-by: Valentin Popov <info@valentineus.link>
This commit is contained in:
parent
6a711bfc48
commit
55b1a6b5a9
1
lib.php
1
lib.php
@ -128,6 +128,7 @@ function local_webhooks_get_list_events() {
|
|||||||
*/
|
*/
|
||||||
function local_webhooks_get_total_count() {
|
function local_webhooks_get_total_count() {
|
||||||
global $DB;
|
global $DB;
|
||||||
|
|
||||||
return $DB->count_records(LOCAL_WEBHOOKS_NAME_TABLE, array());
|
return $DB->count_records(LOCAL_WEBHOOKS_NAME_TABLE, array());
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user