Always display the comment the person added (such as additional phone
authorJoey Schulze <joey@infodrom.org>
Sat, 17 Jul 2004 17:40:26 +0000 (17:40 +0000)
committerJoey Schulze <joey@infodrom.org>
Sat, 17 Jul 2004 17:40:26 +0000 (17:40 +0000)
numbers, irc nicknames or whatever)

src/LinuxTag/2005/supporter/supporter.wml

index 85b5f65..b28bb96 100644 (file)
       printf ("<h3>%s%s</h3>", $name, $phone);
     }
 
+    if (strlen ($comment) > 0) {
+      printf ("<p>Comment: %s</p>", $comment);
+    }
+
     $columns = '';
     $empty = true;
     reset ($ltdays);