cleanup for release of 2.0.1 without demo client

Dieser Commit ist enthalten in:
oldperl 2017-06-09 14:33:15 +00:00
Ursprung 464e866e3a
Commit ae3bce160f
3 geänderte Dateien mit 1 neuen und 4 gelöschten Zeilen

Datei anzeigen

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

Datei anzeigen

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

Datei anzeigen

@ -38,7 +38,7 @@ if (!defined('CON_FRAMEWORK')) {
}
$debug = true;
$debug = FALSE;
$tmp_area = "str";