Merge branch 'storageareas' of github.com:ConnorTechnology/ZoneMinder into storageareas
This commit is contained in:
commit
2ea0b8c17d
|
@ -86,6 +86,7 @@ $serial = $primary_key = 'Id';
|
||||||
);
|
);
|
||||||
%defaults = (
|
%defaults = (
|
||||||
Cause => q`'Unknown'`,
|
Cause => q`'Unknown'`,
|
||||||
|
DefaultVideo => q`''`,
|
||||||
TotScore => '0',
|
TotScore => '0',
|
||||||
Archived => '0',
|
Archived => '0',
|
||||||
Videoed => '0',
|
Videoed => '0',
|
||||||
|
|
|
@ -51,7 +51,7 @@ use vars qw/ $AUTOLOAD $log $dbh %cache $no_cache/;
|
||||||
|
|
||||||
my $debug = 0;
|
my $debug = 0;
|
||||||
$no_cache = 0;
|
$no_cache = 0;
|
||||||
use constant DEBUG_ALL=>1;
|
use constant DEBUG_ALL=>0;
|
||||||
|
|
||||||
sub init_cache {
|
sub init_cache {
|
||||||
$no_cache = 0;
|
$no_cache = 0;
|
||||||
|
|
Loading…
Reference in New Issue