SYNC Lehrveranstaltung Update-Erweiterung

This commit is contained in:
Rudolf Hangl
2006-12-06 15:04:25 +00:00
parent 95e61952d4
commit 8be8779b77
12 changed files with 142 additions and 105 deletions
+2 -2
View File
@@ -21,7 +21,7 @@
*/
/**
* Klasse ortraumtyp (FAS-Online)
* @create 14-03-2006
* @create 04-12-2006
*/
class raumtyp
@@ -99,7 +99,7 @@ class raumtyp
if(!$res = pg_query($this->conn, $qry))
{
$this->errormsg = 'Fehler beim laden des Datensatzes';
$this->errormsg = 'Fehler beim Laden des Datensatzes';
return false;
}