summaryrefslogtreecommitdiff
path: root/www-ssl/admin/shiftadd.php
diff options
context:
space:
mode:
authorAngelo Cuccato <cuccato@web.de>2010-02-02 23:00:15 +0100
committerAngelo Cuccato <cuccato@web.de>2010-02-02 23:00:15 +0100
commit18060e60cc94c02df9680773bf5cafd35fe2aecf (patch)
treef6784c63786c08cd38659687a36c33f28a92e740 /www-ssl/admin/shiftadd.php
parent2e6deee575197fca7bb651b5dc617e9dbbc17b5a (diff)
add more logging functions
Diffstat (limited to 'www-ssl/admin/shiftadd.php')
-rwxr-xr-xwww-ssl/admin/shiftadd.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/www-ssl/admin/shiftadd.php b/www-ssl/admin/shiftadd.php
index c0230748..70391041 100755
--- a/www-ssl/admin/shiftadd.php
+++ b/www-ssl/admin/shiftadd.php
@@ -291,7 +291,7 @@ function CreateNewEntry()
$SQL .= "'". $_DateS. "', '". $_DateE. "', ";
$SQL .= "'". $_GET["len"]. "', '". $_GET["RID"]. "', ";
$SQL .= "'". $_GET["SchichtName"]. "');";
- $Erg = mysql_query($SQL, $con);
+ $Erg = db_query($SQL, "create shift");
$SQLFail = "\n\t<br>[".$SQL. "]";