changeset 745:7ac6d1fdc078

Add two new fields to compoModeData.
author Matti Hamalainen <ccr@tnsp.org>
date Thu, 20 Nov 2014 07:55:57 +0200
parents efb326203ceb
children 8fe56276fa4f
files msite.inc.php
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/msite.inc.php	Thu Nov 20 00:06:27 2014 +0200
+++ b/msite.inc.php	Thu Nov 20 07:55:57 2014 +0200
@@ -82,9 +82,11 @@
   ),
   COMPO_POINTS => array("Points",
     "Assigned points (no voting).",
+    "Points",
   ),
   COMPO_ASSIGN => array("Assigned",
     "Assigned places (no points, no voting).",
+    "Place",
   ),
 );