[TASK] Remove not maintained md5 in ext_emconf

The serialized array _md5_values_when_last_written is not
maintained for core extensions since ages and just contains
a long string with outdated information.
It is set to an empty string now.

Change-Id: Iae1de150dd0da4ef9ccd993bdc0e75e5eb4c62c1
Resolves: #46699
Releases: 6.1
Reviewed-on: https://review.typo3.org/19322
Reviewed-by: Christian Kuhn
Tested-by: Christian Kuhn
This commit is contained in:
Christian Kuhn 2013-03-26 22:05:26 +01:00
parent 94ee1b13c8
commit 2cb2327b1c

View file

@ -35,7 +35,7 @@ $EM_CONF[$_EXTKEY] = array(
'conflicts' => array(),
'suggests' => array()
),
'_md5_values_when_last_written' => 'a:3:{s:12:"ext_icon.gif";s:4:"9f86";s:17:"ext_localconf.php";s:4:"0933";s:34:"view/class.tx_feedit_editpanel.php";s:4:"9cdd";}',
'_md5_values_when_last_written' => '',
'suggests' => array()
);
?>