1
0
mirror of https://github.com/e107inc/e107.git synced 2025-05-03 18:59:45 +02:00

removed debug info.

This commit is contained in:
CaMer0n 2012-04-24 11:27:59 +00:00
parent 6c790d9ab6
commit 87d4d6ed22

View File

@ -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);
}