tmp fix for already defined constant
tmp fix for already defined constant

--- a/modules/challenges/languages/en.php
+++ b/modules/challenges/languages/en.php
@@ -13,5 +13,8 @@
 define("_RESPOND2CHALLENGE", "Respond to the challenge!");
 define("_RESPONSES", "Responses");
 define("_RECALCCHAL", "Recalculate Responses");
+if (!defined("_UNINSTALLWARNING"))
+{
 define("_UNINSTALLWARNING", "<strong>Warning!</strong> All data related to challenges will be deleted from the database!");
-?>
+}
+