From 03ef17328c2539c3ff8d1664f20a650cb744c725 Mon Sep 17 00:00:00 2001 From: Thomas Gelf Date: Mon, 5 Oct 2015 17:51:05 +0200 Subject: [PATCH] BusinessProcess: do not store modification date File mtime should suffice, and this interferes with "idempotent" cm tools --- library/Businessprocess/BusinessProcess.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/library/Businessprocess/BusinessProcess.php b/library/Businessprocess/BusinessProcess.php index 53b6ca3..55bd7c2 100644 --- a/library/Businessprocess/BusinessProcess.php +++ b/library/Businessprocess/BusinessProcess.php @@ -623,7 +623,7 @@ class BusinessProcess $conf .= sprintf( "#\n" - . "### %s - autogenerated ###\n\n", + . "####################################\n\n", date('Y-m-d H:i:s') );