diff attendees.inc.php @ 205:77d33161f8be

More work on admin interface.
author Matti Hamalainen <ccr@tnsp.org>
date Sun, 17 Nov 2013 18:57:49 +0200
parents ef26d16b836e
children 682a926fd6fb
line wrap: on
line diff
--- a/attendees.inc.php	Sun Nov 17 18:11:46 2013 +0200
+++ b/attendees.inc.php	Sun Nov 17 18:57:49 2013 +0200
@@ -42,7 +42,7 @@
     if ($maxAttendeesSoft > 0)
       $over = $index > $maxAttendeesSoft;
 
-    stPrintAttendee($item, $row++, FALSE, $over ? " overbooked" : "");
+    stPrintAttendee($item, $row++, TRUE, FALSE, FALSE, $over ? " overbooked" : "");
     $index--;
   }
 }