Re: [OpenCA-Devel] Re: UpdateSearchAttributes command

2005-02-15 Thread Michael Bell
Jose Manuel Estevez wrote: I forget to mention that also I had to add the following : sub cmdUpdateSearchAttributes { # begin patch our ($errval, $errno, $db); # end patch ... I think this is due to the strict pragma included in the last version. Yes, commited too. Michael -- ___

[OpenCA-Devel] Re: UpdateSearchAttributes command

2005-02-15 Thread Jose Manuel Estevez
Hi, I forget to mention that also I had to add the following : sub cmdUpdateSearchAttributes { # begin patch our ($errval, $errno, $db); # end patch ... I think this is due to the strict pragma included in the last version. Regards, Jose -