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

(-)a/C4/Koha.pm (-2 / +1 lines)
Lines 1059-1065 sub GetAuthorisedValues { Link Here
1059
    }
1059
    }
1060
    $sth->finish;
1060
    $sth->finish;
1061
1061
1062
    $cache->set_in_cache( $cache_key, \@results, { deepcopy => 1, expiry => 5 } );
1062
    $cache->set_in_cache( $cache_key, \@results, { expiry => 5 } );
1063
    return \@results;
1063
    return \@results;
1064
}
1064
}
1065
1065
1066
- 

Return to bug 16769