fix typo in template_kurzbz

This commit is contained in:
Harald Bamberger
2025-09-25 16:14:09 +02:00
parent 2ef2948a6e
commit 58b942f044
@@ -57,7 +57,7 @@ $xslt_xhtml_c4= <<<EOD
EOD;
if ($result = @$db->db_query("SELECT * FROM campus.tbl_template WHERE template_kurzbz='iframe2'"))
if ($result = @$db->db_query("SELECT * FROM campus.tbl_template WHERE template_kurzbz='iframe'"))
{
if ($db->db_num_rows($result) == 0)
{
@@ -78,4 +78,4 @@ EOD;
}
}
}
}