This commit is contained in:
Andreas Österreicher
2007-09-07 12:54:00 +00:00
parent 8d6d9bb615
commit 6ca6144983
16 changed files with 215 additions and 61 deletions
+6
View File
@@ -181,6 +181,12 @@ function loadVariables($conn, $user)
}
if (!isset($db_stpl_table))
$db_stpl_table='stundenplan';
if (!isset($kontofilterstg))
{
global $kontofilterstg;
$kontofilterstg='false';
}
return $error_msg;
}