koha-bugs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Koha-bugs] [Bug 1083] New: might be easier if the cookie variable is al


From: bugzilla-daemon
Subject: [Koha-bugs] [Bug 1083] New: might be easier if the cookie variable is always an array ref.
Date: 30 May 2006 18:05:33 -0000

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: address@hidden
        ReportedBy: address@hidden
         QAContact: address@hidden


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.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]