Changeset 705


Ignore:
Timestamp:
Jan 17, 2005, 10:49:48 PM (19 years ago)
Author:
plg
Message:
  • bug 74 fixed : wrong link in thumbnail title representing a recent category
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/category_recent_cats.inc.php

    r675 r705  
    6666while ( $row = mysql_fetch_array( $result ) )
    6767{
    68   $name = get_cat_display_name_cache($row['uppercats'], '<br />', '', false);
     68  $name = get_cat_display_name_cache($row['uppercats'], '', false);
    6969
    7070  $thumbnail_src = get_thumbnail_src($row['path'], @$row['tn_ext']);
Note: See TracChangeset for help on using the changeset viewer.