hint for specifying a dect number

This commit is contained in:
Philip Häusler 2013-12-01 21:06:45 +01:00
parent 18b5682363
commit 988f7509d7
1 changed files with 3 additions and 0 deletions

View File

@ -197,6 +197,9 @@ if (isset($user) && $user['Gekommen'] == 0)
if($enable_tshirt_size && $user['Size'] == "") if($enable_tshirt_size && $user['Size'] == "")
$content = error(_("You need to specify a tshirt size in your settings!"), true) . $content; $content = error(_("You need to specify a tshirt size in your settings!"), true) . $content;
if($user['DECT'] == "")
$content = error(_("You need to specify a DECT phone number in your settings! If you don't have a DECT phone, just enter \"-\"."), true) . $content;
// Erzengel Hinweis für unbeantwortete Fragen // Erzengel Hinweis für unbeantwortete Fragen
if (isset($user) && $p != "admin_questions") if (isset($user) && $p != "admin_questions")
$content = admin_new_questions() . $content; $content = admin_new_questions() . $content;