changeset 109:9a3f0ba4d72b

Add showAuthors to collected compo data set by stGetCompoList().
author Matti Hamalainen <ccr@tnsp.org>
date Mon, 21 Oct 2013 22:48:27 +0300
parents 70bf38b071dd
children ff511f5351df
files msite.inc.php
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/msite.inc.php	Mon Oct 21 22:47:54 2013 +0300
+++ b/msite.inc.php	Mon Oct 21 22:48:27 2013 +0300
@@ -453,6 +453,7 @@
 
     $compos[$compo["id"]] = array(
       "name" => $compo["name"],
+      "showAuthors" => $compo["showAuthors"],
       "entries" => array()
     );