This commit is contained in:
Christian Paminger
2007-06-10 10:18:53 +00:00
parent d8db3bd1d2
commit 42d9ea7c00
12 changed files with 105 additions and 75 deletions
+1 -1
View File
@@ -82,7 +82,7 @@ class ortraumtyp
*/
function load($ort_kurzbz, $hierarchie)
{
if($ort_kurzbz == '' || !is_numeric($hierarche) || $hierarchie=='')
if($ort_kurzbz == '' || !is_numeric($hierarchie) || $hierarchie=='')
{
$this->errormsg = 'Kein gültiger Schlüssel vorhanden';
return false;