5 Jan
2015
5 Jan
'15
12:43 p.m.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13068 --- Comment #58 from M. de Rooy <m.de.rooy@rijksmuseum.nl> ---
3/ What means the $rv flag? rv= return value (from do or something similar); I use it later in the routine to check if I should call the atomicmemory routine: _atomic_memory( $atomicupd, $file ) if $rv;
5/ $rv = 1 if !$! && !$@; #apparently, the file does not end with 1; I tested with a file without 1; and I don't get any error.
That's just what this line did for you. If your file did not return 1 and I discovered no error, then I set rv to 1 for you. -- You are receiving this mail because: You are watching all bug changes.