Added an extra parameter 'simulate'

SVN:trunk[1089]
This commit is contained in:
Denis Flaven
2011-02-22 15:21:40 +00:00
parent 3441911781
commit cccea50159

View File

@@ -101,7 +101,9 @@ else
LoginWebPage::DoLogin(); // Check user rights and prompt if needed
$oP = new WebPage(Dict::S("TitleSynchroExecution"));
$sDataSourcesList = utils::ReadParam('data_sources', null);
$sDataSourcesList = utils::ReadParam('data_sources', null, true);
$bSimulate = (utils::ReadParam('simulate', '0', true) == '1');
if ($sDataSourcesList == null)
{
UsageAndExit($oP);