fix debug_all

pull/2077/head
Isaac Connor 2017-10-27 15:21:10 -07:00 committed by Isaac Connor
parent 2d8a4794de
commit 2d6998ad25
1 changed files with 1 additions and 0 deletions

View File

@ -48,6 +48,7 @@ use vars qw/ $AUTOLOAD $log $dbh/;
*dbh = \$ZoneMinder::Database::dbh;
my $debug = 1;
use constant DEBUG_ALL=>0;
sub new {
my ( $parent, $id, $data ) = @_;