From eaad1d61d71e48359fe7b3abfdd91f27f5f33a1b Mon Sep 17 00:00:00 2001 From: gweltas Date: Tue, 7 Sep 2004 20:10:36 +0000 Subject: Minor bugs correction git-svn-id: http://piwigo.org/svn/trunk@519 68402e56-0260-453c-a942-63ccdbb3a9ee --- include/functions_html.inc.php | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'include/functions_html.inc.php') diff --git a/include/functions_html.inc.php b/include/functions_html.inc.php index 4b456ca7b..4c68aa019 100644 --- a/include/functions_html.inc.php +++ b/include/functions_html.inc.php @@ -133,13 +133,15 @@ function style_select($default_style, $select_name = "style") { $templates = get_templates(); + $style_selected = ''; + return $style_selected; } // The function get_cat_display_name returns a string containing the list -- cgit v1.2.3