summaryrefslogtreecommitdiff
path: root/sitemap.php
diff options
context:
space:
mode:
authorEvan Prodromou <evan@prodromou.name>2008-07-17 11:54:38 -0400
committerEvan Prodromou <evan@prodromou.name>2008-07-17 11:54:38 -0400
commitd57063abebdcd0c63cd314ab02adc6d00a077223 (patch)
tree7b3c6abe75c965234938da63e79b66ec0651a0bd /sitemap.php
parent91d0250414d4fe934ee7cd7cfa7332f7be9ef1c1 (diff)
remove unused call to undefined function
darcs-hash:20080717155438-84dde-7fbe7230ab50e076216d4def65b87a38d7e4edb3.gz
Diffstat (limited to 'sitemap.php')
-rw-r--r--sitemap.php1
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),