Project

General

Profile

Bug #19087 » 8944-em_index_l4333.patch

Administrator Admin, 2008-07-11 11:21

View differences:

typo3/mod/tools/em/class.em_index.php (working copy)
}
if($depError || $conflictError || $suggestion) {
foreach($this->CMD as $k => $v) {
$content .= '<input type="hidden" name="CMD['.$k.']" value="'.$v.'" />';
if (is_array($this->CMD)) {
foreach($this->CMD as $k => $v) {
$content .= '<input type="hidden" name="CMD['.$k.']" value="'.$v.'" />';
}
}
$content .= '<br /><br /><input type="submit" value="Try again" />';
(1-1/2)