summaryrefslogtreecommitdiff
path: root/www-ssl/admin/room.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/room.php
parent2e6deee575197fca7bb651b5dc617e9dbbc17b5a (diff)
add more logging functions
Diffstat (limited to 'www-ssl/admin/room.php')
-rwxr-xr-xwww-ssl/admin/room.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/www-ssl/admin/room.php b/www-ssl/admin/room.php
index 50171986..151d9bca 100755
--- a/www-ssl/admin/room.php
+++ b/www-ssl/admin/room.php
@@ -183,7 +183,7 @@ case 'delete':
if (IsSet($SQL)){
// echo $SQL;
// hier muesste das SQL ausgefuehrt werden...
- $Erg = mysql_query($SQL, $con);
+ $Erg = db_query($SQL, "exec SQL");
if ($Erg == 1)
echo "&Auml;nderung wurde gesichert...<br>";
else