Searched refs:reminder_days (Results 1 – 1 of 1) sorted by relevance
95 function createNotifiers($reminder_days, $overdue, $verbose = false) : array { argument100 if (($key = array_search(0, $reminder_days)) !== false) {101 unset($reminder_days[$key]);105 if (count($reminder_days) != 0) {106 $notifiers[] = new ReminderNotifier($getConf, $getLang, $reminder_days);109 $c = count($reminder_days);111 ', ', array_slice($reminder_days, 0, -1)) . ' or ';112 $days .= $reminder_days[$c - 1];