remove unused call to undefined function

darcs-hash:20080717155438-84dde-7fbe7230ab50e076216d4def65b87a38d7e4edb3.gz
This commit is contained in:
Evan Prodromou 2008-07-17 11:54:38 -04:00
parent 91d0250414
commit d57063abeb
1 changed files with 0 additions and 1 deletions

View File

@ -225,7 +225,6 @@ function avatar_map() {
$avatar_count = 0;
$map_count++;
}
w3cdate($avatars->modified);
$image = array(
'url' => common_avatar_display_url($avatars),
'lastmod' => common_date_w3dtf($avatars->modified),