[Koha-bugs] [Bug 13068] New feature for DB update and sandbox

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Mon Jan 5 12:43:16 CET 2015


http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13068

--- Comment #58 from M. de Rooy <m.de.rooy at 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.


More information about the Koha-bugs mailing list