Skip to content

Commit

Permalink
feature:2330 ability to hide the "new" icon for recent photos
Browse files Browse the repository at this point in the history
correct a big mistake in var name

git-svn-id: http://piwigo.org/svn/trunk@11591 68402e56-0260-453c-a942-63ccdbb3a9ee
  • Loading branch information
mistic100 committed Jul 1, 2011
1 parent a8954c3 commit c16eeb1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion include/category_cats.inc.php
Expand Up @@ -329,7 +329,7 @@
);
if ($conf['index_new_icon'])
{
$row['icon_ts'] = get_icon($category['max_date_last'], $category['is_child_date_last']);
$tpl_var['icon_ts'] = get_icon($category['max_date_last'], $category['is_child_date_last']);
}

if ($conf['display_fromto'])
Expand Down
2 changes: 1 addition & 1 deletion include/category_default.inc.php
Expand Up @@ -128,7 +128,7 @@
);
if ($conf['index_new_icon'])
{
$row['icon_ts'] = get_icon($row['date_available']);
$tpl_var['icon_ts'] = get_icon($row['date_available']);
}

if ($user['show_nb_hits'])
Expand Down

0 comments on commit c16eeb1

Please sign in to comment.