function format_interval($timestamp, $granularity = 2, $langcode = NULL) {

  $units = array(
'1 year|@count years' => 31536000, 
'1 week|@count weeks' => 604800, 
'1 day|@count days' => 86400, 
'1 hour|@count hours' => 3600,
'1 min|@count min' => 60, 
'1 sec|@count sec' => 1);

  $output = '';


.....




function format_plural($count, $singular, $plural, $args = array(), $langcode = NULL) {
  $args['@count'] = $count;


So , I am working currently with this issue. And would be great to know if such issue is created and when will be fixed.

CommentFileSizeAuthor
#4 Screenshot-5.png24.22 KBlandike
Screenshot-4.png7.77 KBlandike
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

landike’s picture

Title: @count in User Managemet » @count in User Management

Using Drupal 6.13 version

includes/common.inc

Comparing with D6.19 - WAITING for results.

landike’s picture

Version: 6.1 » 6.13
landike’s picture

could be user.admin.inc .... researching

landike’s picture

FileSize
24.22 KB
landike’s picture

http://drupal.org/files/issues/Screenshot-5_8.png
is showing how it looks in User Management

landike’s picture

Title: @count in User Management » @count in User Mngnt and My Profile
dpearcefl’s picture

Status: Active » Postponed (maintainer needs more info)

Has this issue been fixed in the latest D6?

dpearcefl’s picture

Status: Postponed (maintainer needs more info) » Active

Status: Active » Closed (outdated)

Automatically closed because Drupal 6 is no longer supported. If the issue verifiably applies to later versions, please reopen with details and update the version.