# HG changeset patch # User Matti Hamalainen # Date 1382384907 -10800 # Node ID 9a3f0ba4d72b331afd88e9f9f130a23796e09cfa # Parent 70bf38b071dd74e49ba886f4fa36a19f2567039c Add showAuthors to collected compo data set by stGetCompoList(). diff -r 70bf38b071dd -r 9a3f0ba4d72b msite.inc.php --- 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() );