Home
last modified time | relevance | path

Searched refs:assigned (Results 1 – 3 of 3) sorted by relevance

/web-bugs/scripts/cron/
H A Demail-assigned13 foreach ($container->get(BugRepository::class)->findAllAssigned() as $assigned => $binfos) {
16 $email_user = $assigned . '@php.net';
44 $assigned = $binfo['assign'];
50 Hello $assigned,
/web-bugs/include/
H A Dfunctions.php503 function show_state_options($state, $user_mode = 0, $default = '', $assigned = 0) argument
508 $state = $assigned ? 'Assigned' : 'Open';
521 if ($assigned) {
1289 …$assigned = $dbh->prepare("SELECT assign FROM bugdb WHERE id= ? ")->execute([$bug_id])->fetch(\PDO…
1290 if ($assigned) {
1291 $assigned .= '@php.net';
1292 if ($assigned && !in_array($assigned, $to)) {
1293 $to[] = $assigned;
/web-bugs/docs/
H A Dtemplates.md13 Site-wide configuration parameters can be assigned before rendering so they are

Completed in 13 milliseconds