Merge branch 'zmrecover' into storageareas
This commit is contained in:
commit
aa9bb81b61
|
@ -86,6 +86,7 @@ $serial = $primary_key = 'Id';
|
|||
);
|
||||
%defaults = (
|
||||
Cause => q`'Unknown'`,
|
||||
DefaultVideo => q`''`,
|
||||
TotScore => '0',
|
||||
Archived => '0',
|
||||
Videoed => '0',
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue