Added import scripts for gross st. florian

This commit is contained in:
Frank Schubert
2022-11-24 12:37:26 +01:00
parent 0779c29830
commit 778df63a80
3 changed files with 304 additions and 309 deletions
+1 -3
View File
@@ -34,9 +34,7 @@ class FronkDB {
//echo "new FronkDB instance $instance_name\n";
$c = __CLASS__;
self::$instances[$instance_name] = new $c($host,$user,$pass,$db);
} else {
//echo "existing FronkDB instance $instance_name\n";
}
}
return self::$instances[$instance_name];
}