mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-07-20 08:22:17 +00:00
Umstellung auf Basisklasse und Datenbankklasse
This commit is contained in:
@@ -24,7 +24,7 @@
|
||||
* Klasse Organisationseinheit
|
||||
*
|
||||
*/
|
||||
require_once('basis_db.class.php');
|
||||
require_once(dirname(__FILE__).'/basis_db.class.php');
|
||||
|
||||
class organisationseinheit extends basis_db
|
||||
{
|
||||
@@ -112,6 +112,11 @@ class organisationseinheit extends basis_db
|
||||
}
|
||||
return true;
|
||||
}
|
||||
else
|
||||
{
|
||||
$this->errormsg = 'Fehler bei Abfrage';
|
||||
return false;
|
||||
}
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user