From 494eab0629d1f5e7195d5a462c31a6d25c66f16c Mon Sep 17 00:00:00 2001 From: Robert Sesek Date: Sat, 7 May 2005 20:57:36 +0000 Subject: [PATCH] r95: Fixed problem where $rowclass should be $row_class in Admin::row_text() --- includes/adminfunctions.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/adminfunctions.php b/includes/adminfunctions.php index a830fa7..5544045 100755 --- a/includes/adminfunctions.php +++ b/includes/adminfunctions.php @@ -251,7 +251,7 @@ EOD; if (!$IS_SETTINGS) { $bugsys->funct->exec_swap_bg(); - $rowclass = $bugsys->funct->bgcolour; + $row_class = $bugsys->funct->bgcolour; } else { -- 2.22.5