changeset 121:73608dc4123f

Add a tiny weeny comment.
author Matti Hamalainen <ccr@tnsp.org>
date Tue, 22 Oct 2013 14:22:50 +0300
parents 2c594958050e
children 7d9e8c82e744
files msite.inc.php
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/msite.inc.php	Tue Oct 22 14:22:26 2013 +0300
+++ b/msite.inc.php	Tue Oct 22 14:22:50 2013 +0300
@@ -447,6 +447,8 @@
   {
     $sql .= " WHERE ".implode(" AND ", array($fvisible ? "visible<>0" : "", $fvoting ? "voting<>0" : ""));
   }
+
+  // Get the data
   foreach (stExecSQL($sql) as $compo)
   {
     $id = $compo["id"];