connortechnology / ZoneMinder

ZoneMinder is a free, open source Closed-circuit television software application developed for Linux which supports IP, USB and Analog cameras.
http://www.zoneminder.com/
GNU General Public License v2.0
9 stars 9 forks source link

92 opt eventnotification #93

Closed pliablepixels closed 6 years ago

pliablepixels commented 6 years ago

@connortechnology - I added ZM_OPT_USE_EVENTNOTIFICATION but for whatever reason, the $Config array does not show it. Its there in the DB but not in the perl modules. What am I missing? I only changed ConfigData.pm.in (and zmdc/zmpkg to read it)

  1. stop/recompiled/re-installed
  2. Validated its in the Config DB
  3. But zmdc.pl and zmpkg.pl show it as undefined (I printed the full Config hash for debug - its not in there)

Addresses #92

connortechnology commented 6 years ago

That should be all that's necessary. I'll merge it to SA and see if it works. The changes look fine to me.

One thing that will need to be fixed before merge is the code brace style does not conform to the google style code guidelines.

pliablepixels commented 6 years ago

ok, yes, please let me know it works - I'm not sure why its not working for me. On the braces, sure I'll make sure I do { on the same line - the issue is the current files seem to have a mix of both, but I can always follow one.