BusinessProcess: do not store modification date

File mtime should suffice, and this interferes with "idempotent" cm
tools
This commit is contained in:
Thomas Gelf 2015-10-05 17:51:05 +02:00
parent 4a790976af
commit 03ef17328c

View file

@ -623,7 +623,7 @@ class BusinessProcess
$conf .= sprintf(
"#\n"
. "### %s - autogenerated ###\n\n",
. "####################################\n\n",
date('Y-m-d H:i:s')
);