related to the reset of tha cases list configuration in the cache builder

This commit is contained in:
Gustavo Adolfo Cruz Laura
2011-01-12 15:59:25 +00:00
parent 6eec8608c7
commit f98476d7f5

View File

@@ -166,12 +166,6 @@
$conf->aConfig = $confParams; $conf->aConfig = $confParams;
$conf->saveConfig('APP_CACHE_VIEW_ENGINE', '', '', ''); $conf->saveConfig('APP_CACHE_VIEW_ENGINE', '', '', '');
// removing casesList configuration records. TODO: removing these lines that resets all the configurations records
$oCriteria = new Criteria();
$oCriteria->add(ConfigurationPeer::CFG_UID,'casesList');
ConfigurationPeer::doDelete($oCriteria);
// end of reset
$response = new StdClass(); $response = new StdClass();
$result->success = true; $result->success = true;
$result->msg = "Completed successfully"; $result->msg = "Completed successfully";