diff msite.inc.php @ 690:bad79296eb34

Cleanups, rename variables.
author Matti Hamalainen <ccr@tnsp.org>
date Sun, 09 Nov 2014 21:17:40 +0200
parents c9b96a7b9dc4
children dff9b125f774
line wrap: on
line diff
--- a/msite.inc.php	Sun Nov 09 20:47:09 2014 +0200
+++ b/msite.inc.php	Sun Nov 09 21:17:40 2014 +0200
@@ -50,6 +50,11 @@
 define("EFLAG_DISQUALIFIED", 1);    // Entry is disqualified
 define("EFLAG_PROBLEMS", 2);        // Has some problems
 
+$entryFlagsList = array(
+  EFLAG_DISQUALIFIED => array("Disqualified", "img/disqualified.png"),
+  EFLAG_PROBLEMS     => array("Has problems", "img/problems.png"),
+);
+
 
 //
 // Competition types