diff --git a/e107_plugins/gallery/gallery.php b/e107_plugins/gallery/gallery.php index ad2ed4ee4..da2141b69 100644 --- a/e107_plugins/gallery/gallery.php +++ b/e107_plugins/gallery/gallery.php @@ -108,7 +108,7 @@ class gallery foreach($list as $row) { $sc->setParserVars($row); - echo "THIS=".$sc->getScVar['gallery_caption']; + // echo "THIS=".$sc->getScVar['gallery_caption']; $inner .= $tp->parseTemplate($template['LIST_ITEM'],TRUE); }