Merge branch 'zmrecover' into storageareas

This commit is contained in:
Isaac Connor 2018-11-06 09:57:01 -05:00
commit aa9bb81b61
2 changed files with 2 additions and 1 deletions

View File

@ -86,6 +86,7 @@ $serial = $primary_key = 'Id';
);
%defaults = (
Cause => q`'Unknown'`,
DefaultVideo => q`''`,
TotScore => '0',
Archived => '0',
Videoed => '0',

View File

@ -51,7 +51,7 @@ use vars qw/ $AUTOLOAD $log $dbh %cache $no_cache/;
my $debug = 0;
$no_cache = 0;
use constant DEBUG_ALL=>1;
use constant DEBUG_ALL=>0;
sub init_cache {
$no_cache = 0;