Merge branch 'master' into spezial_includes

main
root 14 years ago
commit 8a2edfb5f3

@ -9,7 +9,7 @@ include ("../../../27c3/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 {

Loading…
Cancel
Save