View | Details | Raw Unified | Return to bug 16769
Collapse All | Expand All

(-)a/C4/Koha.pm (-2 / +1 lines)
Lines 984-990 sub GetAuthorisedValues { Link Here
984
    }
984
    }
985
    $sth->finish;
985
    $sth->finish;
986
986
987
    $cache->set_in_cache( $cache_key, \@results, { deepcopy => 1, expiry => 5 } );
987
    $cache->set_in_cache( $cache_key, \@results, { expiry => 5 } );
988
    return \@results;
988
    return \@results;
989
}
989
}
990
990
991
- 

Return to bug 16769