From 9bfc22307fd93c33bf21577cb23a0b503f920e2b Mon Sep 17 00:00:00 2001 From: Adam Fordsmand Date: Sun, 31 Oct 2021 22:37:20 +0100 Subject: [PATCH] Migrated TODO to issues on Gitea --- BlogDB.c | 9 --------- 1 file changed, 9 deletions(-) diff --git a/BlogDB.c b/BlogDB.c index 03d6a54..472b27d 100755 --- a/BlogDB.c +++ b/BlogDB.c @@ -19,15 +19,6 @@ static int ChangeAuthor(int postID, int authorID, MYSQL* con); static int TogglePost(int postID, MYSQL* con); static bool IsEnabled(int postID, MYSQL* con); -// TODO: Build the following functions -// -- BlogWrite -// -- BlogEdit -// -- AddFilePost -// -- PullPostDescriptions -// -- ActivePostIDs - - - // Connects to the MariaDB database and returns the connection MYSQL* conn2maria() {