diff options
author | Philip Häusler <msquare@notrademark.de> | 2011-06-01 12:41:37 +0200 |
---|---|---|
committer | Philip Häusler <msquare@notrademark.de> | 2011-06-01 12:41:37 +0200 |
commit | ebecae2ccc37c8930245a562852c035d5ce8d5a1 (patch) | |
tree | 5f99f5b9b987f906a1f0edeb6a1bde11e1b9d810 /www-ssl/admin | |
parent | f87279226fa4c94832206d58fb32ee3becd68053 (diff) |
rename aray -> array
Diffstat (limited to 'www-ssl/admin')
-rwxr-xr-x | www-ssl/admin/UserPicture.php | 2 | ||||
-rwxr-xr-x | www-ssl/admin/room.php | 2 | ||||
-rwxr-xr-x | www-ssl/admin/schichtplan_druck.php | 6 |
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> |