diff options
author | plegall <plg@piwigo.org> | 2005-12-09 22:54:51 +0000 |
---|---|---|
committer | plegall <plg@piwigo.org> | 2005-12-09 22:54:51 +0000 |
commit | 970f630858fad9fd0b65363f31032c9f92959d3d (patch) | |
tree | 1c6fce399b777b4a42fa879f43e8f9d961821adc /include/functions_html.inc.php | |
parent | 02ae5a7dca4e14e031d27f213cdb146e4bab4021 (diff) |
- merge -r974:975 from branch 1.5 (PHP warning bug fixed)
git-svn-id: http://piwigo.org/svn/trunk@976 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to '')
-rw-r--r-- | include/functions_html.inc.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/functions_html.inc.php b/include/functions_html.inc.php index a9dc14294..b175f12b4 100644 --- a/include/functions_html.inc.php +++ b/include/functions_html.inc.php @@ -338,6 +338,7 @@ function get_html_menu_category($categories) global $page, $lang; $ref_level = 0; + $level = 0; $menu = ''; foreach ($categories as $category) |