From 87d4d6ed22c92ad5fed2fc1e60f97c84052a9ef9 Mon Sep 17 00:00:00 2001 From: CaMer0n <cameron@e107coders.org> Date: Tue, 24 Apr 2012 11:27:59 +0000 Subject: [PATCH] removed debug info. --- e107_plugins/gallery/gallery.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); }