Merge branch 'master' of https://github.com/FH-Complete/FHC-Core into feature-7529/Bundesadler_auf_Urkunden_im_Selfservice

This commit is contained in:
Cris
2020-05-25 17:06:05 +02:00
6 changed files with 121 additions and 19 deletions
@@ -103,7 +103,7 @@ if ($semester != '')
$zeile=1;
if ($result = $db->db_query($qry))
{
while ($row = $db->db_fetch_array($result))
while ($row = $db->db_fetch_array($result, null, PGSQL_BOTH))
{
$zeile++;
$i = 0;
@@ -150,7 +150,7 @@ if ($result = $db->db_query($qry))
}
$zeile++;
while ($row_betreuer = $db->db_fetch_array($result_betreuer))
while ($row_betreuer = $db->db_fetch_array($result_betreuer, null, PGSQL_BOTH))
{
$i = 1;