/[drupal]/contributions/modules/indexpage/indexpage.module
ViewVC logotype

Diff of /contributions/modules/indexpage/indexpage.module

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph | View Patch Patch

revision 1.8.2.6.2.21, Fri Jul 17 18:45:49 2009 UTC revision 1.8.2.6.2.22, Sat Jul 18 01:17:49 2009 UTC
# Line 1  Line 1 
1  <?php  <?php
2  // $Id: indexpage.module,v 1.8.2.6.2.20 2009/05/31 17:41:09 nancyw Exp $  // $Id: indexpage.module,v 1.8.2.6.2.21 2009/07/17 18:45:49 nancyw Exp $
3    
4  /**  /**
5   * @file   * @file
# Line 151  function indexpage_page_index($type, $co Line 151  function indexpage_page_index($type, $co
151    
152    if ($show_count) {    if ($show_count) {
153      $count_msg = format_plural($count, 'There is one !type node', 'There are @count !type nodes',      $count_msg = format_plural($count, 'There is one !type node', 'There are @count !type nodes',
154        array('!type' => $type_name));        array('!type' => $name));
155      if ($unpub_count) {      if ($unpub_count) {
156        $count_msg .= format_plural($unpub_count, ', of which one is unpublished.', ', of which @count are unpublished.');        $count_msg .= format_plural($unpub_count, ', of which one is unpublished.', ', of which @count are unpublished.');
157      }      }

Legend:
Removed from v.1.8.2.6.2.21  
changed lines
  Added in v.1.8.2.6.2.22

  ViewVC Help
Powered by ViewVC 1.1.2