Cleanup: Updated ext_emconf.php files in system extensions

git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@6210 709f56b5-9817-0410-a4d7-c38de5d9e867
This commit is contained in:
Oliver Hader 2009-10-21 09:31:43 +00:00
parent 833113a54e
commit fb12e3a1ba

View file

@ -1,13 +1,13 @@
<?php <?php
######################################################################## ########################################################################
# Extension Manager/Repository config file for ext: "feedit" # Extension Manager/Repository config file for ext "feedit".
# #
# Auto generated 11-03-2009 19:10 # Auto generated 21-10-2009 11:09
# #
# Manual updates: # Manual updates:
# Only the data in the array - anything else is removed by next write. # Only the data in the array - everything else is removed by next
# "version" and "dependencies" must not be touched! # writing. "version" and "dependencies" must not be touched!
######################################################################## ########################################################################
$EM_CONF[$_EXTKEY] = array( $EM_CONF[$_EXTKEY] = array(
@ -40,7 +40,7 @@ $EM_CONF[$_EXTKEY] = array(
'suggests' => array( 'suggests' => array(
), ),
), ),
'_md5_values_when_last_written' => 'a:4:{s:12:"ext_icon.gif";s:4:"1bdc";s:17:"ext_localconf.php";s:4:"1aa5";s:35:"view/class.tx_feedit_adminpanel.php";s:4:"feeb";s:34:"view/class.tx_feedit_editpanel.php";s:4:"27df";}', '_md5_values_when_last_written' => 'a:3:{s:12:"ext_icon.gif";s:4:"1bdc";s:17:"ext_localconf.php";s:4:"0933";s:34:"view/class.tx_feedit_editpanel.php";s:4:"fe91";}',
'suggests' => array( 'suggests' => array(
), ),
); );