diff options
| author | horus | 2022-11-26 23:24:48 +0100 |
|---|---|---|
| committer | horus | 2022-11-26 23:24:48 +0100 |
| commit | 460468f9b08bbb7b4275fcef11bd980fe0276bfc (patch) | |
| tree | b9aa30a3c2197bddb473f850a9a2ce5f7c72f0e8 | |
| parent | 8ae270da94654e12c7b23bf93994249058ac9e2f (diff) | |
| download | hochzeit-460468f9b08bbb7b4275fcef11bd980fe0276bfc.tar.gz | |
.
| -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); |
