Turn on debugging in Event

This commit is contained in:
Isaac Connor 2019-08-27 13:54:19 -04:00
parent 796b99cd5b
commit bf40421203
1 changed files with 2 additions and 1 deletions

View File

@ -56,7 +56,8 @@ use ZoneMinder::Config qw(:all);
use ZoneMinder::Logger qw(:all);
use ZoneMinder::Database qw(:all);
use vars qw/ $table $primary_key %fields $serial @identified_by %defaults/;
use vars qw/ $table $primary_key %fields $serial @identified_by %defaults $debug/;
$debug = 1;
$table = 'Events';
@identified_by = ('Id');
$serial = $primary_key = 'Id';