This repository has been archived on 2026-07-19. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
espocrm-base/install/core/actions/errors.php
T
Taras Machyshyn 50b485d51c installer
2014-03-04 17:43:52 +02:00

7 lines
154 B
PHP

<?php
$errors = array();
if (!empty($_REQUEST['desc'])) {
$errors = str_replace('^^', '<br>', $_REQUEST['desc']);
$smarty->assign('errors', $errors);
}