From 4191e1e0349bf13c31827eb723d844837fd1fd76 Mon Sep 17 00:00:00 2001 From: radiskull Date: Fri, 26 Aug 2011 07:51:10 +0000 Subject: [PATCH] =?UTF-8?q?Bug=20behoben=20(benutzen=20von=20Fr=C3=BCchten?= =?UTF-8?q?)=20Im=20Anf=C3=A4ngerturnier=20k=C3=B6nnen=20keine=20Charakter?= =?UTF-8?q?e=20mit=20TF's=20teilnehmen?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ag/item.php | 3 +-- ag/profil.php | 2 -- ag/turnier.php | 4 ++-- 3 files changed, 3 insertions(+), 6 deletions(-) diff --git a/ag/item.php b/ag/item.php index 5a8912d..802e43d 100644 --- a/ag/item.php +++ b/ag/item.php @@ -297,5 +297,4 @@ print_r($char_id1); - - + \ No newline at end of file diff --git a/ag/profil.php b/ag/profil.php index bd9056a..af60d64 100644 --- a/ag/profil.php +++ b/ag/profil.php @@ -237,6 +237,4 @@ if($charm == '1'){ $usergroups = getUserGroups($user_ida['nickname']); } display($user_ida, $usergroups); - - ?> \ No newline at end of file diff --git a/ag/turnier.php b/ag/turnier.php index 4e8c31f..553a50f 100644 --- a/ag/turnier.php +++ b/ag/turnier.php @@ -64,7 +64,7 @@ function anmelden($user, $charid, $art){ return; } - $sql = 'INSERT turnier1 SET charakter='.$charid.', besitzer='.$user['id'].', art = \''.$art.'\''; + $sql = 'INSERT turnier1 SET charakter='.$charid.', besitzer='.$user['id'].', art = \''.$art.'\''; // echo $sql; mysql_query($sql); mysql_query('UPDATE chars SET status=\'Turnier\' WHERE id='.$charid); @@ -181,4 +181,4 @@ if($charm == 1){ -?> +?> \ No newline at end of file