Frontend stuff

This commit is contained in:
2020-04-03 22:10:21 +02:00
parent d9a20ae62e
commit efe3ada470
23 changed files with 515 additions and 650 deletions

View File

@@ -161,7 +161,7 @@ abstract class SQL {
$params = array();
if (!$tables) {
return "SELECT $columns";
return $this->execute("SELECT $columns", $params, true);
}
$tables = $this->tableName($tables);