diff options
author | Evan Prodromou <evan@prodromou.name> | 2008-07-17 11:54:38 -0400 |
---|---|---|
committer | Evan Prodromou <evan@prodromou.name> | 2008-07-17 11:54:38 -0400 |
commit | d57063abebdcd0c63cd314ab02adc6d00a077223 (patch) | |
tree | 7b3c6abe75c965234938da63e79b66ec0651a0bd | |
parent | 91d0250414d4fe934ee7cd7cfa7332f7be9ef1c1 (diff) |
remove unused call to undefined function
darcs-hash:20080717155438-84dde-7fbe7230ab50e076216d4def65b87a38d7e4edb3.gz
-rw-r--r-- | sitemap.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sitemap.php b/sitemap.php index cf7d3f199..876c25251 100644 --- a/sitemap.php +++ b/sitemap.php @@ -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), |