PKP Bugzilla – Bug 5601
Convert recursive updateRecords function to a loop
Last modified: 2010-07-21 10:30:26 PDT
Convert recursive updateRecords function in OAIHarvester.inc.php to a loop. It is tail-recursive and this would reduce the chance of hitting a depth limit.
Created attachment 3143 [details] Patch against harvester 2.3.0 Convert tail-recursive function to loop
Fixed.