From afaf76de641b2a4da2db0d2201b69294b655bcc2 Mon Sep 17 00:00:00 2001 From: Manfred Kindl Date: Tue, 15 Mar 2011 20:50:23 +0000 Subject: [PATCH] =?UTF-8?q?"Weiter"-Button=20eingef=C3=BCgt?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- cis/testtool/admin/index.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/cis/testtool/admin/index.php b/cis/testtool/admin/index.php index 8028d88e5..d3310a1c5 100644 --- a/cis/testtool/admin/index.php +++ b/cis/testtool/admin/index.php @@ -528,6 +528,8 @@ if($result = $db->db_query($qry)) echo " $row->nummer -"; } echo " neue Frage hinzufuegen"; + if($nummer<$db->db_num_rows($result)-1) + echo " - Weiter >>"; } echo "\n\n
";