From d57063abebdcd0c63cd314ab02adc6d00a077223 Mon Sep 17 00:00:00 2001 From: Evan Prodromou Date: Thu, 17 Jul 2008 11:54:38 -0400 Subject: [PATCH] remove unused call to undefined function darcs-hash:20080717155438-84dde-7fbe7230ab50e076216d4def65b87a38d7e4edb3.gz --- sitemap.php | 1 - 1 file changed, 1 deletion(-) diff --git a/sitemap.php b/sitemap.php index cf7d3f1991..876c25251b 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),