[Koha-bugs] [Bug 1083] New: might be easier if the cookie variable is always an array ref.

bugzilla-daemon at wilbur.katipo.co.nz bugzilla-daemon at wilbur.katipo.co.nz
Tue May 30 20:05:33 CEST 2006


http://bugs.koha.org/cgi-bin/bugzilla/show_bug.cgi?id=1083

           Summary: might be easier if the cookie variable is always an
                    array ref.
           Product: Koha
           Version: 2.2.5
          Platform: PC
        OS/Version: All
            Status: NEW
          Severity: enhancement
          Priority: P2
         Component: Authentication
        AssignedTo: chris at katipo.co.nz
        ReportedBy: mhafen at i.washk12.org
         QAContact: koha-bugs at nongnu.org


If the cookie variable was always an array ref, then you could do stuff like:

$cookie = [ @$cookie, $branchcookie ]

because arrays in list context expand themselves automagically.

Might be handy when working with cookies or adding new cookies to the system.




------- You are receiving this mail because: -------
You are the QA contact for the bug, or are watching the QA contact.





More information about the Koha-bugs mailing list