diff options
author | cookie <cookie@29ba0400-6e00-0410-a75a-ca02368028f8> | 2006-12-11 09:55:58 +0000 |
---|---|---|
committer | cookie <cookie@29ba0400-6e00-0410-a75a-ca02368028f8> | 2006-12-11 09:55:58 +0000 |
commit | ae10c6c89592d02a2e2ab8dff4c3764cb10f99da (patch) | |
tree | 661c44b2fd3f03fbd8c875e9738a303a73a4371e /www-ssl | |
parent | b8465850ce1c2a24fc7a47d49ba09681317905dd (diff) |
bugfix
git-svn-id: svn://svn.cccv.de/engel-system@209 29ba0400-6e00-0410-a75a-ca02368028f8
Diffstat (limited to 'www-ssl')
-rwxr-xr-x | www-ssl/inc/funktion_xml_schudle.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www-ssl/inc/funktion_xml_schudle.php b/www-ssl/inc/funktion_xml_schudle.php index 55b1b682..be39b231 100755 --- a/www-ssl/inc/funktion_xml_schudle.php +++ b/www-ssl/inc/funktion_xml_schudle.php @@ -30,7 +30,7 @@ function SaveSchedule() (substr($_GET["DateXML"], 8, 2)+1). " "; } else - $dAteEnd = substr($_GET["DateXML"], 0, 11); + $DateEnd = substr($_GET["DateXML"], 0, 11); $DateEnd .= "$TimeH:$TimeM:00"; //Namen ermitteln |