From 8db632f7d10284d450be0ee613cf5363932cf08e Mon Sep 17 00:00:00 2001 From: Angelo Cuccato Date: Sun, 26 Dec 2010 21:59:51 +0100 Subject: add logging for Gekommen --- www-ssl/admin/userArrived.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'www-ssl/admin') diff --git a/www-ssl/admin/userArrived.php b/www-ssl/admin/userArrived.php index 7470d695..32cd230d 100755 --- a/www-ssl/admin/userArrived.php +++ b/www-ssl/admin/userArrived.php @@ -9,7 +9,7 @@ include ("../../includes/funktion_db_list.php"); If (IsSet($_GET["arrived"])) { $SQL="UPDATE `User` SET `Gekommen`='1' WHERE `UID`='". $_GET["arrived"]. "' limit 1"; - $Erg = mysql_query($SQL, $con); + $Erg = db_query($SQL, "Set User as Gekommen"); if ($Erg == 1) { echo "

". Get_Text("pri_userArrived_WriteOK"). " \"". UID2Nick($_GET["arrived"]). "\"

"; } else { -- cgit v1.2.3-54-g00ecf