From ae3bce160f5a74399ffd47e60707da60c6fc3600 Mon Sep 17 00:00:00 2001 From: oldperl Date: Fri, 9 Jun 2017 14:33:15 +0000 Subject: [PATCH] cleanup for release of 2.0.1 without demo client --- .../NoDemoClient/conlite/classes/class.article.collector.php | 2 -- branches/NoDemoClient/conlite/includes/functions.str.php | 1 - branches/NoDemoClient/conlite/includes/include.str_overview.php | 2 +- 3 files changed, 1 insertion(+), 4 deletions(-) diff --git a/branches/NoDemoClient/conlite/classes/class.article.collector.php b/branches/NoDemoClient/conlite/classes/class.article.collector.php index 29c53f9..cd0f29a 100644 --- a/branches/NoDemoClient/conlite/classes/class.article.collector.php +++ b/branches/NoDemoClient/conlite/classes/class.article.collector.php @@ -51,7 +51,6 @@ class cArticleCollector implements SeekableIterator, Countable { } if ($this->_aOptions['startonly'] == true) { - echo "startonly"; $oArtLangColl->setWhere("cApiArticleLanguageCollection.idartlang", $this->_aStartArticles, "IN"); //$sqlStartArticles = "a.idartlang IN ('" . implode("','", $this->_startArticles) . "') AND "; } @@ -68,7 +67,6 @@ class cArticleCollector implements SeekableIterator, Countable { $oArtLangColl->setWhere("cApiArticleLanguageCollection.idlang", $this->_aOptions['lang']); $oArtLangColl->query(); - echo $oArtLangColl->_lastSQL; if ($oArtLangColl->count() > 0) { $aTable = $oArtLangColl->fetchTable(); //echo $oArtLangColl->_lastSQL; diff --git a/branches/NoDemoClient/conlite/includes/functions.str.php b/branches/NoDemoClient/conlite/includes/functions.str.php index b4cb1f7..33d512e 100644 --- a/branches/NoDemoClient/conlite/includes/functions.str.php +++ b/branches/NoDemoClient/conlite/includes/functions.str.php @@ -963,7 +963,6 @@ function strDeleteCategory($idcat) { $db2->query($sql); $sql = "DELETE FROM ".$cfg["tab"]["container_conf"]." WHERE idtplcfg = '".Contenido_Security::toInteger($db->f("idtplcfg"))."'"; - echo $sql; $db2->query($sql); } diff --git a/branches/NoDemoClient/conlite/includes/include.str_overview.php b/branches/NoDemoClient/conlite/includes/include.str_overview.php index f3d59c6..9d475a7 100644 --- a/branches/NoDemoClient/conlite/includes/include.str_overview.php +++ b/branches/NoDemoClient/conlite/includes/include.str_overview.php @@ -38,7 +38,7 @@ if (!defined('CON_FRAMEWORK')) { } -$debug = true; +$debug = FALSE; $tmp_area = "str";