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

#25 fix multiselect delete for groups - rename gid to markGids #30

Closed MalakymR closed 6 years ago

MalakymR commented 6 years ago

Included foreach to delete each selected group - matches the code style for deleting monitors.

Renamed gid to markGids[] to match the naming of markMids[] for monitors.

MalakymR commented 6 years ago

Fixed by another commit.