diff options
author | ichdasich <ichdasich@29ba0400-6e00-0410-a75a-ca02368028f8> | 2008-12-13 23:10:00 +0000 |
---|---|---|
committer | ichdasich <ichdasich@29ba0400-6e00-0410-a75a-ca02368028f8> | 2008-12-13 23:10:00 +0000 |
commit | f22f5194e2ae9712dc34ebf8ec88ca3eb6816a15 (patch) | |
tree | e83b50847fc58b40f6f1a27c24d010aa13c3305d /includes | |
parent | 87816b347f5ad1a337c25a347d82b56b74b048e6 (diff) |
minor fixes for php5 compability
git-svn-id: svn://svn.cccv.de/engel-system@318 29ba0400-6e00-0410-a75a-ca02368028f8
Diffstat (limited to 'includes')
-rwxr-xr-x | includes/funktion_xml_schudle.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/includes/funktion_xml_schudle.php b/includes/funktion_xml_schudle.php index 7e40f260..8103ea10 100755 --- a/includes/funktion_xml_schudle.php +++ b/includes/funktion_xml_schudle.php @@ -1,9 +1,9 @@ <?PHP /*############################################################################################## - S c h e d u l e + s c h e d u l e ##############################################################################################*/ -echo "\n\n<h1>Schudle:</h1>\n"; +echo "\n\n<h1>Schedule:</h1>\n"; function SaveSchedule() |