On Wed, May 30, 2007 at 01:16:56PM +0200, Knut Alboldt wrote:
> after upgrading to beta52 I've got a "strange" message every now and then:
> 
> pat=/^(PLAN|IST|ISTLFD|PLANLFD|PLANB|PLANBLFD|ISTB|ISTBLFD|OFFEN):\s*(.*)$/e 
> 
> I looked into pmwiki.php and changed the statement no 1463
> 
> from
>       if (isset($php_errormsg)) { echo "pat=$p"; unset($php_errormsg); }
> 
> to
>       if (isset($php_errormsg)) { echo "ERROR: pat=$p $php_errormsg"; 
> unset($php_errormsg); }
> ...
> Is it possible to put this into your code ?

Excellent suggestion -- now added for beta53!

Pm

_______________________________________________
pmwiki-users mailing list
[email protected]
http://www.pmichaud.com/mailman/listinfo/pmwiki-users

Reply via email to