diff options
author | ichdasich <ichdasich@29ba0400-6e00-0410-a75a-ca02368028f8> | 2007-11-14 16:01:12 +0000 |
---|---|---|
committer | ichdasich <ichdasich@29ba0400-6e00-0410-a75a-ca02368028f8> | 2007-11-14 16:01:12 +0000 |
commit | 68f5ca1ad5d2052d5f66c19be979595123a50b2c (patch) | |
tree | 52930d21e87037aab549111c0e6a014c72cdd7e0 /www-ssl | |
parent | a3353b712f9322c61f3b99868afb600a7b65b1be (diff) |
patches from p. schwindt for some typos
git-svn-id: svn://svn.cccv.de/engel-system@249 29ba0400-6e00-0410-a75a-ca02368028f8
Diffstat (limited to 'www-ssl')
-rwxr-xr-x | www-ssl/admin/free.php | 2 | ||||
-rwxr-xr-x | www-ssl/inc/funktion_activeUser.php | 2 | ||||
-rwxr-xr-x | www-ssl/nonpublic/schichtplan.2.php | 3 |
3 files changed, 3 insertions, 4 deletions
diff --git a/www-ssl/admin/free.php b/www-ssl/admin/free.php index b492784b..0db29227 100755 --- a/www-ssl/admin/free.php +++ b/www-ssl/admin/free.php @@ -8,7 +8,7 @@ include ("./inc/funktion_db_list.php"); echo "Hallo ".$_SESSION['Nick'].",<br>\n"; -echo "hier findest du alle Engel, welche zur Zeit in Schichten verplant sind:\n<br><br>\n"; ++echo "<br><br>\n\nHier findest du alle Engel, welche zur Zeit in keiner Schicht verplant sind:<br><br>\n"; ####################################################### diff --git a/www-ssl/inc/funktion_activeUser.php b/www-ssl/inc/funktion_activeUser.php index 46e49795..946af304 100755 --- a/www-ssl/inc/funktion_activeUser.php +++ b/www-ssl/inc/funktion_activeUser.php @@ -18,7 +18,7 @@ if( !function_exists("bcmod")) } -echo "<h4 class=\"menu\">Engels Online</h4>"; +echo "<h4 class=\"menu\">Engel online</h4>"; $SQL = "SELECT UID, Nick, lastLogIn ". "FROM User ". diff --git a/www-ssl/nonpublic/schichtplan.2.php b/www-ssl/nonpublic/schichtplan.2.php index f70b11ba..d41d698d 100755 --- a/www-ssl/nonpublic/schichtplan.2.php +++ b/www-ssl/nonpublic/schichtplan.2.php @@ -1,5 +1,4 @@ -<h4> Raum übersicht</h4> - +<h4> Raumübersicht</h4> <?php include ("./inc/funktion_schichtplan_aray.php"); |