132
130
if (count($this->displayIdsRequiringActions) <= 0)
136
136
$qmarks = str_repeat('?,', count($displayIdsRequiringActions) - 1) . '?';
137
137
$displays = $this->store->select('SELECT displayId, xmrChannel, xmrPubKey FROM `display` WHERE displayId IN (' . $qmarks . ')', $displayIdsRequiringActions);