Skip to content
Snippets Groups Projects
Commit 7e86f31f authored by Pegane Nestor's avatar Pegane Nestor
Browse files

FIX #6183 commented ncc nct lines in script creation

parent ee7d6dc9
No related branches found
No related tags found
No related merge requests found
...@@ -1766,9 +1766,9 @@ class Install extends functions ...@@ -1766,9 +1766,9 @@ class Install extends functions
$res .= "\n"; $res .= "\n";
$res .= "cd ".realpath('.')."/modules/notifications/batch/"; $res .= "cd ".realpath('.')."/modules/notifications/batch/";
$res .= "\n"; $res .= "\n";
$res .= 'php $eventStackPath -c '.realpath('.').'/custom/cs_'.$_SESSION['config']['databasename'].'/modules/notifications/batch/config/config.xml -n NCT'; $res .= '#php $eventStackPath -c '.realpath('.').'/custom/cs_'.$_SESSION['config']['databasename'].'/modules/notifications/batch/config/config.xml -n NCT';
$res .= "\n"; $res .= "\n";
$res .= 'php $eventStackPath -c '.realpath('.').'/custom/cs_'.$_SESSION['config']['databasename'].'/modules/notifications/batch/config/config.xml -n NCC'; $res .= '#php $eventStackPath -c '.realpath('.').'/custom/cs_'.$_SESSION['config']['databasename'].'/modules/notifications/batch/config/config.xml -n NCC';
$res .= "\n"; $res .= "\n";
$res .= 'php $eventStackPath -c '.realpath('.').'/custom/cs_'.$_SESSION['config']['databasename'].'/modules/notifications/batch/config/config.xml -n ANC'; $res .= 'php $eventStackPath -c '.realpath('.').'/custom/cs_'.$_SESSION['config']['databasename'].'/modules/notifications/batch/config/config.xml -n ANC';
$res .= "\n"; $res .= "\n";
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment