Saving Preordernotification and test email done

This commit is contained in:
Frank Schubert
2023-01-26 19:24:35 +01:00
parent 844e6ccd2a
commit d2ceb7ead8
14 changed files with 791 additions and 100 deletions

View File

@@ -7,6 +7,7 @@ class FileModel {
public $store_filename;
public $orig_filename;
public $subfolder;
public $mimetype;
public $create_by = null;
public $edit_by = null;
@@ -66,7 +67,7 @@ class FileModel {
}
public static function getFirst() {
public static function getFirst($filter) {
$db = FronkDB::singleton();
$where = self::getSqlFilter($filter);