From 7932e2facceafc3931a96b049dd9ff0dd757d454 Mon Sep 17 00:00:00 2001 From: Robert Sesek Date: Fri, 25 Nov 2005 05:48:36 +0000 Subject: [PATCH] r589: I think we have all the styling done NOW --- admin/product.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/admin/product.php b/admin/product.php index d1128ec..852d766 100755 --- a/admin/product.php +++ b/admin/product.php @@ -50,7 +50,7 @@ function construct_option_list($type, $id, $edit, $addcomponent, $addversion, $d $name = $type . '_' . $id; - $displayorder = (($displayorder != -1) ? ' ' : ''); + $displayorder = (($displayorder != -1) ? ' ' : ''); return $displayorder . ' '; } -- 2.22.5