changeset 90:32c4654aad50

Comments.
author Matti Hamalainen <ccr@tnsp.org>
date Fri, 18 Oct 2013 10:11:56 +0300
parents 6fdde6aca7ba
children b58a36f4821e
files ajax.php
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/ajax.php	Fri Oct 18 10:09:43 2013 +0300
+++ b/ajax.php	Fri Oct 18 10:11:56 2013 +0300
@@ -198,6 +198,7 @@
       else
       if ($type == "attendees")
       {
+        // List of attendees
         echo
         "<table class=\"attendees\">\n".
         " <tr>\n".
@@ -212,6 +213,7 @@
         foreach ($res as $item)
           stPrintAttendee($item, $row++, TRUE);
 
+        // For adding a new one
         $prefix = "ne";
         echo
           "</table>\n".