mirror of
https://git.lyx.org/repos/lyx.git
synced 2025-01-11 19:14:51 +00:00
ereg is deprecated.
This commit is contained in:
parent
ca34a9308f
commit
a832cd2842
@ -160,7 +160,7 @@ if (isset($email) && $email != "") {
|
||||
} else
|
||||
$output=$output. "<dt><b>${name}</b>";
|
||||
|
||||
$msg = ereg_replace("\\n *", "\\n ", ltrim($msg));
|
||||
$msg = preg_replace("/\\n */", "\\n ", ltrim($msg));
|
||||
|
||||
$output=$output. "
|
||||
</dt>
|
||||
|
Loading…
Reference in New Issue
Block a user