summaryrefslogtreecommitdiff
path: root/includes/xmlrpc.inc
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2005-11-09 19:03:35 +0000
committerDries Buytaert <dries@buytaert.net>2005-11-09 19:03:35 +0000
commitdac42f83c8786350bd42ef65172e61f30cb6fd31 (patch)
tree08660fc89cd51c387e667c5742abfdea46950254 /includes/xmlrpc.inc
parent3d13a38502150ec82f0088ff9f3950169b57f6d9 (diff)
downloadbrdo-dac42f83c8786350bd42ef65172e61f30cb6fd31.tar.gz
brdo-dac42f83c8786350bd42ef65172e61f30cb6fd31.tar.bz2
- Patch #36079 by ax/chx: various blogapi.module fixes.
Diffstat (limited to 'includes/xmlrpc.inc')
-rw-r--r--includes/xmlrpc.inc1
1 files changed, 1 insertions, 0 deletions
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;
}