Adding get_open_subscribed_requests

This commit is contained in:
2020-08-13 20:44:33 +01:00
parent ab630738f3
commit ab5806bdc4
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);
}
?>