In case it wasn't clear, I think the commit is fine :-)

Best Wishes,
Chris Travers


On Thu, May 30, 2013 at 12:34 PM, herman vierendeels <
[email protected]> wrote:

> I have committed some changes to Form.pm  5887
>
> situation:
>
> going to ap.pl?action=add&module=ap.pl
>   aa.pl add  will call create_links
>
>   update  with ambiguous vendor-name that leads to new screen with
> list of vendors , choose vendor, then continue
>
>   variables reread from post
>      <input type=hidden name=nextsub value=name_selected>
>      <input type="hidden" name="AP_links" value="HASH(0x40436b0)" />
>
>    aa.pl update with $display=1 calls  create_links
>      but e.g.  AP_links no longer hash-ref but string
>     so:    error Can't use string ("HASH(0x40436b0)") as a HASH ref
> while "strict refs" in use at LedgerSMB/Form.pm
>
> question:
> my solution is to init variables explicitly
>
> is this ok?
>
> Herman
>
>
> ------------------------------------------------------------------------------
> Introducing AppDynamics Lite, a free troubleshooting tool for Java/.NET
> Get 100% visibility into your production application - at no cost.
> Code-level diagnostics for performance bottlenecks with <2% overhead
> Download for free and get started troubleshooting in minutes.
> http://p.sf.net/sfu/appdyn_d2d_ap1
> _______________________________________________
> Ledger-smb-devel mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/ledger-smb-devel
>
------------------------------------------------------------------------------
Get 100% visibility into Java/.NET code with AppDynamics Lite
It's a free troubleshooting tool designed for production
Get down to code-level detail for bottlenecks, with <2% overhead.
Download for free and get started troubleshooting in minutes.
http://p.sf.net/sfu/appdyn_d2d_ap2
_______________________________________________
Ledger-smb-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/ledger-smb-devel

Reply via email to