diff options
author | cookie <cookie@29ba0400-6e00-0410-a75a-ca02368028f8> | 2005-11-22 17:25:49 +0000 |
---|---|---|
committer | cookie <cookie@29ba0400-6e00-0410-a75a-ca02368028f8> | 2005-11-22 17:25:49 +0000 |
commit | 92aed1ec3878a458a0f8f7ca52df3240f3370ee4 (patch) | |
tree | 628d08ed55b0d301b2e48652e14c54debcb8c842 /www-ssl/admin | |
parent | 82b4bb4e891225e374555fb8d92a6771b7c97c7c (diff) |
bugfix schichtpaln array
git-svn-id: svn://svn.cccv.de/engel-system@78 29ba0400-6e00-0410-a75a-ca02368028f8
Diffstat (limited to 'www-ssl/admin')
-rwxr-xr-x | www-ssl/admin/room.php | 2 | ||||
-rwxr-xr-x | www-ssl/admin/schichtplan_druck.php | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/www-ssl/admin/room.php b/www-ssl/admin/room.php index c2f556f2..9b3dce1a 100755 --- a/www-ssl/admin/room.php +++ b/www-ssl/admin/room.php @@ -3,7 +3,7 @@ $title = "Räume"; $header = "Verwaltung der Räume"; include ("./inc/header.php"); include ("./inc/funktion_user.php"); -include ("./inc/funktion_schichtplan.php"); +include ("./inc/funktion_schichtplan_aray.php"); $Sql = "SELECT * FROM `Room` ORDER BY Number, Name"; $Erg = mysql_query($Sql, $con); diff --git a/www-ssl/admin/schichtplan_druck.php b/www-ssl/admin/schichtplan_druck.php index cabc0a42..92606698 100755 --- a/www-ssl/admin/schichtplan_druck.php +++ b/www-ssl/admin/schichtplan_druck.php @@ -8,6 +8,7 @@ if (!IsSet($_POST["action"])) { include ("./inc/header.php"); include ("./inc/funktionen.php"); + include ("./inc/funktion_schichtplan_aray.php"); include ("./inc/funktion_schichtplan.php"); include ("./inc/funktion_user.php"); ?> @@ -85,6 +86,7 @@ else //################################################################# $_SESSION['CVS'][ "admin/schichtplan.php" ] = "N"; include ("./inc/funktion_lang.php"); include ("./inc/funktion_schichtplan.php"); + include ("./inc/funktion_schichtplan_aray.php"); include ("./inc/funktion_user.php"); ?> |