Koha/tools
Colin Campbell bdf8627e64 Bug 13522: Make it explicit that scalar containd a hash ref
Prior to perl 5.12 keys can only operate on a hash. So although
$data[0] ( thats an abysmal variable name! ) will contain a hash ref
the perl compiler cannot deduce that from the context and gives
a syntax error. Add the hash sigil to make the context explicit and
the compiler can generate the correct code.

Signed-off-by: Jonathan Druart <jonathan.druart@biblibre.com>

Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>
Signed-off-by: Tomas Cohen Arazi <tomascohen@gmail.com>
2015-01-10 16:13:37 -03:00
..
csv-profiles
quotes
ajax-inventory.pl
background-job-progress.pl
batch_delete_records.pl Bug 12403 [Follow-up] Batch record deletion 2014-11-07 15:26:02 -03:00
batch_records_ajax.pl
batchMod.pl Bug 7673: Assume that all fields can be edited if the pref is empty 2014-11-11 12:27:23 -03:00
cleanborrowers.pl
copy-holidays.pl
csv-profiles.pl
exceptionHolidays.pl
export.pl Bug 13308: The output format should be 'iso2709' instead of 'marc' 2014-11-20 18:10:44 -03:00
holidays.pl
import_borrowers.pl
inventory.pl Bug 12909 - item withdrawn is missing in inventory results 2014-11-21 15:27:15 -03:00
koha-news.pl
letter.pl Bug 13215: (follow-up) Fix notice edition 2014-11-27 11:42:24 -03:00
manage-marc-import.pl
marc_modification_templates.pl
modborrowers.pl
newHolidays.pl
overduerules.pl Bug 13215: The same letter code can be used for several libraries 2014-11-27 11:42:14 -03:00
picture-upload.pl Bug 9312: Resolve error triggered by mutli-type return value. 2014-11-07 11:30:27 -03:00
quotes-upload.pl
quotes.pl
scheduler.pl
showdiffmarc.pl
stage-marc-import.pl
tools-home.pl
upload-cover-image.pl
upload-file-progress.pl
upload-file.pl
viewlog.pl Bug 13522: Make it explicit that scalar containd a hash ref 2015-01-10 16:13:37 -03:00