Adding get_open_subscribed_requests

This commit was merged in pull request #86.
This commit is contained in:
2020-08-13 20:44:33 +01:00
committed by Luke Tainton
parent aa58963455
commit 50e4345b54
2 changed files with 21 additions and 1 deletions

View File

@@ -4,7 +4,7 @@
if (is_signed_in()) {
$requests = get_my_open_requests($db);
$subscriptions = get_subscribed_requests($db);
$subscriptions = get_open_subscribed_requests($db);
}
?>