From 4e60c3ef1b047cfc5e6036657942079da738023c Mon Sep 17 00:00:00 2001 From: radiskull Date: Wed, 18 Jan 2012 15:11:17 +0000 Subject: [PATCH] =?UTF-8?q?numeric-pr=C3=BCfung=20vergessen?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ag/gm/include/clan.inc.php | 19 ++++++++++++------- 1 file changed, 12 insertions(+), 7 deletions(-) diff --git a/ag/gm/include/clan.inc.php b/ag/gm/include/clan.inc.php index b9b325f..8e5f1b4 100644 --- a/ag/gm/include/clan.inc.php +++ b/ag/gm/include/clan.inc.php @@ -240,12 +240,14 @@ if($raumname !== NULL){ function displayGeneralOptions($ccfee) { $change = false; if($ccfee != null && $ccfee != CLAN_CREATION_FEE) { - setDefine('CLAN_CREATION_FEE', $ccfee); + if(is_numeric($ccfee)) { + setDefine('CLAN_CREATION_FEE', $ccfee); + } } ?>
- - + @@ -257,19 +259,22 @@ function displayGeneralOptions($ccfee) { - + - +

Übersicht

Gründungsgebühr>>
Zum Clanmenu + href="">Zum + Clanmenu
-