From 69049acef2ee593d65af7bcb62055dae6c9615b4 Mon Sep 17 00:00:00 2001 From: Laria Carolin Chabowski Date: Tue, 20 Oct 2020 21:53:28 +0200 Subject: Remove some unused DB functions / globals Now it begins to pay off, that (nearly) all model classes were updated to use the new Database class :) --- ratatoeskr/setup/setup.php | 1 - 1 file changed, 1 deletion(-) (limited to 'ratatoeskr/setup/setup.php') diff --git a/ratatoeskr/setup/setup.php b/ratatoeskr/setup/setup.php index c18fff0..d096afd 100644 --- a/ratatoeskr/setup/setup.php +++ b/ratatoeskr/setup/setup.php @@ -47,7 +47,6 @@ if (isset($_POST["apply_setup"])) { $config["mysql"]["prefix"] = $_POST["table_prefix"]; try { - db_connect(); create_mysql_tables(); /* Writing some demo data to database */ -- cgit v1.2.3-54-g00ecf