Umstellung auf Basisklasse und Datenbankklasse

This commit is contained in:
Andreas Österreicher
2009-06-18 07:02:35 +00:00
parent 66480938cb
commit a568e68d3c
85 changed files with 6096 additions and 8012 deletions
+6 -1
View File
@@ -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;
}
}
/**