Inhaltsverzeichnis drucken
This commit is contained in:
@ -37,7 +37,14 @@ if ($action == '') {
|
||||
FROM jumi_noten_zus_saenger_zuord
|
||||
WHERE zsid = $row[zsid];");
|
||||
$row_rl = $result_rl->fetch_array();
|
||||
|
||||
$result_anzlied = $db->query("SELECT count(*) Anz_Lied
|
||||
FROM jumi_noten_zusammenstellung_zuord
|
||||
WHERE zsid = $row[zsid];");
|
||||
$row_anzlied = $result_anzlied->fetch_array();
|
||||
|
||||
$row['restlizenz'] = $row_rl['Rest'];
|
||||
$row['Anz_Lied'] = $row_anzlied['Anz_Lied'];
|
||||
$table_data[] = $row;
|
||||
}
|
||||
$smarty->assign('table_data', $table_data);
|
||||
|
Reference in New Issue
Block a user