Ignore:
Timestamp:
Jun 28, 2011, 3:19:44 PM (13 years ago)
Author:
mistic100
Message:

keep category representant if possible

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/SmartAlbums/include/init_cat_modify.php

    r11392 r11546  
    6262      $associated_images = smart_make_associations($cat_id);
    6363      $template->assign('IMAGE_COUNT', l10n_dec('%d photo', '%d photos', count($associated_images)));
     64     
     65      array_push(
     66          $page['infos'],
     67          sprintf(
     68            l10n('%d photos associated to album %s'),
     69            count($associated_images),
     70            ''
     71            )
     72          );
    6473     
    6574      define('SMART_NOT_UPDATE', 1);
Note: See TracChangeset for help on using the changeset viewer.