This commit is contained in:
Andreas Österreicher
2009-05-20 08:14:07 +00:00
parent 4a5e2d8615
commit f29793ca3e
3 changed files with 15 additions and 2 deletions
+2 -2
View File
@@ -51,7 +51,7 @@ if(isset($_GET['frage_id']))
else
$frage_id = '';
$MAX_VORSCHLAEGE_PRO_ZEILE=4;
//$MAX_VORSCHLAEGE_PRO_ZEILE=4;
?>
<?xml version="1.0" ?>
<?xml-stylesheet type="text/xsl" href="mathml.xsl" ?>
@@ -440,7 +440,7 @@ if($frage->frage_id!='')
echo "</td>";
$anzahl++;
if($anzahl>$MAX_VORSCHLAEGE_PRO_ZEILE)
if($anzahl>$gebiet->antwortenprozeile)
{
echo '</tr><tr>';
$anzahl=1;