mirror of
https://github.com/FriendsOfTYPO3/feedit.git
synced 2024-11-09 01:16:08 +01:00
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:
parent
833113a54e
commit
fb12e3a1ba
1 changed files with 5 additions and 5 deletions
|
@ -1,13 +1,13 @@
|
|||
<?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:
|
||||
# Only the data in the array - anything else is removed by next write.
|
||||
# "version" and "dependencies" must not be touched!
|
||||
# Only the data in the array - everything else is removed by next
|
||||
# writing. "version" and "dependencies" must not be touched!
|
||||
########################################################################
|
||||
|
||||
$EM_CONF[$_EXTKEY] = array(
|
||||
|
@ -40,7 +40,7 @@ $EM_CONF[$_EXTKEY] = 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(
|
||||
),
|
||||
);
|
||||
|
|
Loading…
Reference in a new issue