mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-08 00:54:15 +01:00
Merged patch to fix reg exp match
This commit is contained in:
parent
5749ad83d8
commit
200387bdea
@ -46,7 +46,7 @@
|
||||
$parray = array($parms['p1'],$parms['p2'],$parms['p3'],$parms['p4'],$parms['p5'],$parms['p6'],$parms['p7'],$parms['p8'],$parms['p9'],$parms['p10']);
|
||||
$fname = $parms['file'];
|
||||
$line = $parms['line'];
|
||||
if (eregi('([DIWEF])-([[:alnum:]]*)\,(.*)',$etext,$match))
|
||||
if (eregi('([DIWEF])-([[:alnum:]]*)\, (.*)',$etext,$match))
|
||||
{
|
||||
$this->severity = strtoupper($match[1]);
|
||||
$this->code = $match[2];
|
||||
|
Loading…
Reference in New Issue
Block a user