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