From 815a17a7ccc9b94f7a505371e4537a1449bf5d7c Mon Sep 17 00:00:00 2001 From: Robert Sesek Date: Fri, 25 Nov 2005 05:47:24 +0000 Subject: [PATCH] r587: If you don't have a reset in row_submit(), you still have extra --- includes/adminfunctions.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/adminfunctions.php b/includes/adminfunctions.php index d293f0e..9dc3ad2 100755 --- a/includes/adminfunctions.php +++ b/includes/adminfunctions.php @@ -358,7 +358,7 @@ EOD; } $output = "\n\t\t"; - $output .= (($reset) ? "\n\t\t $extra\n\t" : ''); + $output .= (($reset) ? "\n\t\t $extra\n\t" : $extra); $this->row_tfoot($output); } -- 2.22.5