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

(-)a/Koha/Database.pm (-9 lines)
Lines 256-269 sub restore_schema { Link Here
256
    # return something, then this function should, too.
256
    # return something, then this function should, too.
257
}
257
}
258
258
259
=head2 get_schema_cached
260
261
=cut
262
263
sub get_schema_cached {
264
    return $database->{schema};
265
}
266
267
=head2 flush_schema_cache
259
=head2 flush_schema_cache
268
260
269
=cut
261
=cut
270
- 

Return to bug 36367