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