From 24e28c705b1fc8768e71ab5b26c5cb3156c4db26 Mon Sep 17 00:00:00 2001 From: Robert Sesek Date: Mon, 6 Jun 2005 01:16:48 +0000 Subject: [PATCH] r238: Don't make the list row a jump by default. --- includes/adminfunctions.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/adminfunctions.php b/includes/adminfunctions.php index f70cc25..f7d49dd 100755 --- a/includes/adminfunctions.php +++ b/includes/adminfunctions.php @@ -363,7 +363,7 @@ EOD; $listitem[] = "\n\t"; } - function row_list($label, $name, $is_jump = true, $colspan = 2) + function row_list($label, $name, $is_jump = false, $colspan = 2) { global $listitem; -- 2.22.5