summaryrefslogtreecommitdiff
path: root/www-ssl/nonpublic/schichtplan_add.php
diff options
context:
space:
mode:
authorPhilip Häusler <msquare@notrademark.de>2011-06-01 12:41:37 +0200
committerPhilip Häusler <msquare@notrademark.de>2011-06-01 12:41:37 +0200
commitebecae2ccc37c8930245a562852c035d5ce8d5a1 (patch)
tree5f99f5b9b987f906a1f0edeb6a1bde11e1b9d810 /www-ssl/nonpublic/schichtplan_add.php
parentf87279226fa4c94832206d58fb32ee3becd68053 (diff)
rename aray -> array
Diffstat (limited to 'www-ssl/nonpublic/schichtplan_add.php')
-rwxr-xr-xwww-ssl/nonpublic/schichtplan_add.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/www-ssl/nonpublic/schichtplan_add.php b/www-ssl/nonpublic/schichtplan_add.php
index 05ff52b7..50caf5c7 100755
--- a/www-ssl/nonpublic/schichtplan_add.php
+++ b/www-ssl/nonpublic/schichtplan_add.php
@@ -3,7 +3,7 @@ $title = "Himmel";
$header = "Schichtpl&auml;ne";
include ("../../includes/header.php");
include ("../../includes/funktion_schichtplan.php");
-include ("../../includes/funktion_schichtplan_aray.php");
+include ("../../includes/funktion_schichtplan_array.php");
include ("../../includes/funktionen.php");
if (isset($_POST["newtext"]) && isset($_POST["SID"]) && isset($_POST["TID"])) {
@@ -21,7 +21,7 @@ if (isset($_POST["newtext"]) && isset($_POST["SID"]) && isset($_POST["TID"])) {
if( $_SESSION['CVS'][ $TID2Name[$_POST["TID"]] ] == "Y")
{
- // Ueberpruefung, ob der Engel bereits für eine Schicht zu dieser Zeit eingetragen ist
+ // Ueberpruefung, ob der Engel bereits f�r eine Schicht zu dieser Zeit eingetragen ist
$SSQL="SELECT * FROM `Shifts`".
" INNER JOIN `ShiftEntry` ON `ShiftEntry`.`SID` = `Shifts`.`SID`".
" WHERE ((".