diff options
author | cookie <cookie@29ba0400-6e00-0410-a75a-ca02368028f8> | 2008-12-21 22:06:33 +0000 |
---|---|---|
committer | cookie <cookie@29ba0400-6e00-0410-a75a-ca02368028f8> | 2008-12-21 22:06:33 +0000 |
commit | 2c23d9a7ae69f387e936e5113361c8e689cf21a3 (patch) | |
tree | 8bfe87c526413801f594b6eeadd0cbb29445c66d | |
parent | 0e315153340eeba678cf8260b02816feb53fb06e (diff) |
expant the dbUpadte funktion, now will update the number of engel shifts (typo)
git-svn-id: svn://svn.cccv.de/engel-system@322 29ba0400-6e00-0410-a75a-ca02368028f8
-rwxr-xr-x | includes/funktion_xml_schudle.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/includes/funktion_xml_schudle.php b/includes/funktion_xml_schudle.php index 1fd708bb..a7cf9af4 100755 --- a/includes/funktion_xml_schudle.php +++ b/includes/funktion_xml_schudle.php @@ -119,6 +119,7 @@ function SaveSchedule() echo "fail <u>". mysql_error($con). "</u>($SQL3)<br>\n"; } + echo "<br>\n"; } else if ($EngelNeeded < 0) { |