- bug 74 fixed : wrong link in thumbnail title representing a recent

category


git-svn-id: http://piwigo.org/svn/trunk@705 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
plegall
2005-01-17 21:49:48 +00:00
parent 0df0998ce3
commit fad209723a
+1 -1
View File
@@ -65,7 +65,7 @@ $conf['level_separator'] = '<br />';
// the name to display
while ( $row = mysql_fetch_array( $result ) )
{
$name = get_cat_display_name_cache($row['uppercats'], '<br />', '', false);
$name = get_cat_display_name_cache($row['uppercats'], '', false);
$thumbnail_src = get_thumbnail_src($row['path'], @$row['tn_ext']);