Project

General

Profile

Bug #24169 ยป 16523_v1.patch

Administrator Admin, 2010-11-24 17:38

View differences:

class.tx_install.php (working copy)
break;
case 'performUpdate': // third step - perform update
$title = 'Step 3 - Perform updates';
$databaseQueries = array(); // init variable as array (for following implode)
$performUpdateSubpart = t3lib_parsehtml::getSubpart($templateFile, '###PERFORMUPDATE###');
$updateItemsSubpart = t3lib_parsehtml::getSubpart($performUpdateSubpart, '###UPDATEITEMS###');
$checkUserInputSubpart = t3lib_parsehtml::getSubpart($updateItemsSubpart, '###CHECKUSERINPUT###');
......
FALSE
);
}
}
}
if (strlen($customOutput)) {
$content.= '<br />' . $customOutput;
    (1-1/1)