Display the category as well
authorJoey Schulze <joey@infodrom.org>
Tue, 22 Mar 2005 13:58:17 +0000 (13:58 +0000)
committerJoey Schulze <joey@infodrom.org>
Tue, 22 Mar 2005 13:58:17 +0000 (13:58 +0000)
src/Infodrom/logbook/show.wml

index e105e39..2887598 100644 (file)
@@ -24,6 +24,7 @@
 
 printf ("<h3>%s</h3>", $row['teaser']);
 printf ("<p>Date: %s</p>", $date);
+printf ("<p>Category: %s</p>", $row['category']);
 printf ("<p>%s", $row['body']);
 
 printf ("\n\n<div align=\"center\"><a href=\"edit.php3?oid=%d\">Edit</a></div>", $row['oid']);