summaryrefslogtreecommitdiff
path: root/www-ssl
diff options
context:
space:
mode:
Diffstat (limited to 'www-ssl')
-rwxr-xr-xwww-ssl/admin/room.php2
-rwxr-xr-xwww-ssl/admin/schichtplan_druck.php2
-rwxr-xr-xwww-ssl/nonpublic/myschichtplan.php1
-rwxr-xr-xwww-ssl/nonpublic/schichtplan.php2
-rwxr-xr-xwww-ssl/nonpublic/schichtplan_add.php1
5 files changed, 6 insertions, 2 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");
?>
diff --git a/www-ssl/nonpublic/myschichtplan.php b/www-ssl/nonpublic/myschichtplan.php
index dba8b6a9..2fced56a 100755
--- a/www-ssl/nonpublic/myschichtplan.php
+++ b/www-ssl/nonpublic/myschichtplan.php
@@ -6,6 +6,7 @@ include ("./inc/header.php");
include ("./inc/funktion_user.php");
include ("./inc/funktionen.php");
include ("./inc/funktion_schichtplan.php");
+include ("./inc/funktion_schichtplan_aray.php");
If( !IsSet($_GET["action"]) )
diff --git a/www-ssl/nonpublic/schichtplan.php b/www-ssl/nonpublic/schichtplan.php
index 6c4e5b31..68a824b3 100755
--- a/www-ssl/nonpublic/schichtplan.php
+++ b/www-ssl/nonpublic/schichtplan.php
@@ -9,10 +9,10 @@ if( isset($_GET["raum"]))
$raum = $_GET["raum"];
include ("./inc/header.php");
-include ("./inc/funktion_schichtplan_aray.php");
include ("./inc/funktion_user.php");
include ("./inc/funktionen.php");
include ("./inc/funktion_schichtplan.php");
+include ("./inc/funktion_schichtplan_aray.php");
?>
<? echo Get_Text("Hello").$_SESSION['Nick'].",<br>".
diff --git a/www-ssl/nonpublic/schichtplan_add.php b/www-ssl/nonpublic/schichtplan_add.php
index 21a0b508..f12690c7 100755
--- a/www-ssl/nonpublic/schichtplan_add.php
+++ b/www-ssl/nonpublic/schichtplan_add.php
@@ -4,6 +4,7 @@ $header = "Schichtpl&auml;ne";
include ("./inc/header.php");
include ("./inc/funktion_user.php");
include ("./inc/funktion_schichtplan.php");
+include ("./inc/funktion_schichtplan_aray.php");
include ("./inc/funktionen.php");
if (isset($_POST["newtext"]) && isset($_POST["SID"]) && isset($_POST["TID"])) {