summaryrefslogtreecommitdiff
path: root/www-ssl/admin
diff options
context:
space:
mode:
Diffstat (limited to 'www-ssl/admin')
-rwxr-xr-xwww-ssl/admin/userArrived.php2
1 files changed, 1 insertions, 1 deletions
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 "<h2>". Get_Text("pri_userArrived_WriteOK"). " \"". UID2Nick($_GET["arrived"]). "\"</h2>";
} else {