summaryrefslogtreecommitdiff
path: root/www-ssl/admin
diff options
context:
space:
mode:
Diffstat (limited to 'www-ssl/admin')
-rwxr-xr-xwww-ssl/admin/UserPicture.php2
-rwxr-xr-xwww-ssl/admin/room.php2
-rwxr-xr-xwww-ssl/admin/schichtplan_druck.php6
3 files changed, 5 insertions, 5 deletions
diff --git a/www-ssl/admin/UserPicture.php b/www-ssl/admin/UserPicture.php
index 1b636dcf..5a1a60bf 100755
--- a/www-ssl/admin/UserPicture.php
+++ b/www-ssl/admin/UserPicture.php
@@ -2,7 +2,7 @@
$title = "UserPicture";
$header = "Verwaltung der User Picture";
include ("../../includes/header.php");
-include ("../../includes/funktion_schichtplan_aray.php");
+include ("../../includes/funktion_schichtplan_array.php");
if( IsSet($_GET["action"]) )
diff --git a/www-ssl/admin/room.php b/www-ssl/admin/room.php
index 151d9bca..4854acb6 100755
--- a/www-ssl/admin/room.php
+++ b/www-ssl/admin/room.php
@@ -2,7 +2,7 @@
$title = "Räume";
$header = "Verwaltung der Räume";
include ("../../includes/header.php");
-include ("../../includes/funktion_schichtplan_aray.php");
+include ("../../includes/funktion_schichtplan_array.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 fd2a989e..80205f9a 100755
--- a/www-ssl/admin/schichtplan_druck.php
+++ b/www-ssl/admin/schichtplan_druck.php
@@ -8,7 +8,7 @@ if (!IsSet($_GET["action"]))
{
include ("../../includes/header.php");
include ("../../includes/funktionen.php");
- include ("../../includes/funktion_schichtplan_aray.php");
+ include ("../../includes/funktion_schichtplan_array.php");
include ("../../includes/funktion_schichtplan.php");
echo "Hallo ". $_SESSION['Nick']. "<br>\n".
@@ -46,7 +46,7 @@ else //#################################################################
$_SESSION['CVS'][ "admin/schichtplan.php" ] = "N";
include ("../../includes/funktion_lang.php");
include ("../../includes/funktion_schichtplan.php");
- include ("../../includes/funktion_schichtplan_aray.php");
+ include ("../../includes/funktion_schichtplan_array.php");
include ("../../includes/funktion_user.php");
?>
@@ -81,7 +81,7 @@ else //#################################################################
<table border="2" width="650" class="border" cellpadding="2" cellspacing="1">
-<!--Ausgabe Spalten überschrift-->
+<!--Ausgabe Spalten �berschrift-->
<tr class="contenttopic">
<th bgcolor="#E0E0E0">Uhrzeit</th>