From dac42f83c8786350bd42ef65172e61f30cb6fd31 Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Wed, 9 Nov 2005 19:03:35 +0000 Subject: - Patch #36079 by ax/chx: various blogapi.module fixes. --- includes/xmlrpc.inc | 1 + 1 file changed, 1 insertion(+) (limited to 'includes') diff --git a/includes/xmlrpc.inc b/includes/xmlrpc.inc index e2216e7e6..a645ff488 100644 --- a/includes/xmlrpc.inc +++ b/includes/xmlrpc.inc @@ -340,6 +340,7 @@ function xmlrpc_date($time) { $xmlrpc_date->minute = substr($time, 12, 2); $xmlrpc_date->second = substr($time, 15, 2); } + $xmlrpc_date->iso8601 = $time; return $xmlrpc_date; } -- cgit v1.2.3