From 357d107de063525f9357aeb6924c8d80c601c891 Mon Sep 17 00:00:00 2001 From: hecht Date: Thu, 2 Oct 2014 11:51:34 +0000 Subject: [PATCH] Die Chars sind bei autofight und kampf erstellen automatisch nun ausgewaehlt --- ag/kampf_list.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ag/kampf_list.php b/ag/kampf_list.php index d954ab8..1af7545 100644 --- a/ag/kampf_list.php +++ b/ag/kampf_list.php @@ -389,7 +389,7 @@ function displayAutoFights($user, $portal, $pagenum){ } else{ $disabled = ''; } - echo ''.$row['name'].'
'."\n"; + echo ''.$row['name'].'
'."\n"; } ?> @@ -482,7 +482,7 @@ function displayKampfErstellen($user, $portal, $pagenum){ } else{ $disabled = ''; } - echo ''.$row['name'].'
'."\n"; + echo ''.$row['name'].'
'."\n"; } ?>