mirror of
https://github.com/ZoneMinder/zoneminder.git
synced 2026-05-19 12:06:29 -04:00
remove some quotes
This commit is contained in:
@@ -49,7 +49,7 @@ our %EXPORT_TAGS = (
|
||||
);
|
||||
push( @{$EXPORT_TAGS{all}}, @{$EXPORT_TAGS{$_}} ) foreach keys %EXPORT_TAGS;
|
||||
|
||||
our @EXPORT_OK = ( @{ $EXPORT_TAGS{'data'} } );
|
||||
our @EXPORT_OK = ( @{ $EXPORT_TAGS{data} } );
|
||||
|
||||
our @EXPORT = qw();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user