From 459e929311d8806f604c0b914ba4b37aa731fbfc Mon Sep 17 00:00:00 2001 From: Star Rauchenberger Date: Mon, 8 Jan 2024 21:09:05 +0000 Subject: Migrated to mysqli --- rss.php | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'rss.php') diff --git a/rss.php b/rss.php index 6e43c9c..716049b 100755 --- a/rss.php +++ b/rss.php @@ -15,9 +15,8 @@ echo(''); en-us query("SELECT * FROM comics WHERE status = \"publish\" ORDER BY comic_id DESC LIMIT 0,10"); +foreach ($getitems as $getitems3) { ?> -- cgit 1.4.1