Project

General

Profile

Bug #18438 ยป bug7850.diff

Administrator Admin, 2008-03-13 10:23

View differences:

patch/publish.php 2008-03-13 10:14:27.000000000 +0100
$errors = $tce->errorLog;
if (count($errors) > 0) {
$content .= '<h3>' . $LANG->getLL('label_errors') . '</h3><br/>' . implode('<br/>',$errors);
$content .= '<h3>' . $GLOBALS['LANG']->getLL('label_errors') . '</h3><br/>' . implode('<br/>',$errors);
$content .= '<br /><br /><a href="index.php">' . $GLOBALS['LANG']->getLL('return_to_index') . '</a>';
}
else {
    (1-1/1)