bugfix
git-svn-id: svn://svn.cccv.de/engel-system@209 29ba0400-6e00-0410-a75a-ca02368028f8
This commit is contained in:
parent
b8465850ce
commit
ae10c6c895
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue