diff options
| -rw-r--r-- | functions.php | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/functions.php b/functions.php index eff840e..d600f34 100644 --- a/functions.php +++ b/functions.php @@ -1,11 +1,5 @@ <?php -function get_ghrss_feeds() { - #require_once __DIR__ . '/views/things/ghrss/ghrss.db.php'; - $result = $db->query("SELECT name FROM language ORDER BY name;"); - return $result->fetchAll(); -} - function renderSubmission($db) { $familien_id = $_REQUEST["familie"]; $ids = getGästeId($db, $familien_id); |
