X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/97c8f14b3fea88e6b482919d944cb8e6461bc451..1ccda15936d04efcf5cb64bec27d5511e00c354a:/lxo-import/import_lib.php diff --git a/lxo-import/import_lib.php b/lxo-import/import_lib.php index cc228a0d6..238eb45c2 100644 --- a/lxo-import/import_lib.php +++ b/lxo-import/import_lib.php @@ -279,6 +279,11 @@ function getAllBG($db) { $rs=$db->getAll($sql); return $rs; } +function getAllUnits($db,$type) { + $sql = "select * from units where type = '$type' order by sortkey"; + $rs=$db->getAll($sql); + return $rs; +} function anmelden() { ini_set("gc_maxlifetime","3600");