Updating the get events function in baseAction.php
authorSteve Sutton <steve@gaslightmedia.com>
Wed, 2 Nov 2016 16:35:42 +0000 (12:35 -0400)
committerSteve Sutton <steve@gaslightmedia.com>
Wed, 2 Nov 2016 16:36:40 +0000 (12:36 -0400)
commitec6182d570eefecd661996c77244fe9c829ca554
tree411bfff2b71247050323401701431112f1eef21f
parent4072cd97e000a660f703cf5a00744e30a1d7d56a
Updating the get events function in baseAction.php

Updating these so you can have more than one of these given and it will
select events properly.
Before it would only goto one case.
Building an array for the wherePart and imploding it with AND to build
the where part for the event list call.
models/front/events/baseAction.php
models/front/events/list.php