Revision 14
Added by Manuela about 8 years ago
| branches/main/admin/interface/version.php | ||
|---|---|---|
| 48 | 48 |
|
| 49 | 49 |
// check if defined to avoid errors during installation (redirect to admin panel fails if PHP error/warnings are enabled) |
| 50 | 50 |
if(!defined('VERSION')) { define('VERSION', '2.10.1-dev'); }
|
| 51 |
if(!defined('REVISION')) { define('REVISION', '13'); }
|
|
| 51 |
if(!defined('REVISION')) { define('REVISION', '14'); }
|
|
| 52 | 52 |
if(!defined('SP')) { define('SP', ''); }
|
| 53 | 53 |
|
| branches/main/modules/output_filter/filters/filterEmail.php | ||
|---|---|---|
| 47 | 47 |
$content = preg_replace_callback( |
| 48 | 48 |
$pattern, |
| 49 | 49 |
/* ************************************************************************** */ |
| 50 |
function ($match) use ($aFilterSettings, $bNeedMdcr) {
|
|
| 50 |
function ($match) use ($aFilterSettings, &$bNeedMdcr) {
|
|
| 51 | 51 |
// check if required arguments are defined |
| 52 | 52 |
$search = array('@', '.');
|
| 53 | 53 |
$replace = array($aFilterSettings['at_replacement'] ,$aFilterSettings['dot_replacement']); |
Also available in: Unified diff
issue 'not loaded mdcr.js' solved