2007-02-20 Oliver Hader <oh@inpublica.de>
* Fixed bug #4202: be_groups - fields restricted by a low maxitems value
+ * Fixed bug #4873: EM - Warning on uploading extension to TER (unserialize)
2007-02-20 Ingmar Schlecht <ingmar@typo3.org>
'codingGuidelinesCompliance' => utf8_encode($uArr['EM_CONF']['CGLcompliance']),
'codingGuidelinesComplianceNotes' => utf8_encode($uArr['EM_CONF']['CGLcompliance_note']),
'uploadComment' => utf8_encode($em['upload']['comment']),
- 'techInfo' => unserialize($uArr['techInfo']),
+ 'techInfo' => $uArr['techInfo'],
),
);