details') details FROM ppl2agenda JOIN ppl2agenda AS anderen USING (agenda_id) JOIN ppl ON ppl.ppl_id = anderen.ppl_id JOIN agenda USING (agenda_id) JOIN notities USING (notitie_id) LEFT JOIN tags2notities AS moretags USING (notitie_id) LEFT JOIN tags ON tags.tag_id = moretags.tag_id JOIN notities AS orig ON orig.notitie_id = notities.parent_id WHERE ppl2agenda.ppl_id = {$_SESSION['ppl_id']} AND anderen.ppl_id = '$lln_id' AND notities.text IS NULL AND notities.notitie_id = '$notitie_id' GROUP BY notities.notitie_id EOQ ); if (mysql_num_rows($issue) == 0) { $_SESSION['success'] = 'Issue bestaat niet (meer)'; header('Location: '.$http_path.'/?week='.$_GET['week'].'&grp2vak_id='.$_GET['grp2vak_id'].'&doelgroep='.$_GET['doelgroep'].'&lln='.$_GET['lln']); exit; } gen_html_header('Resolve issue'); echo(sprint_table($issue)); ?>