From 6cde106b2e13e7e0c9aa8c7bf8fd80cb3b95830f Mon Sep 17 00:00:00 2001 From: ggiunta Date: Sat, 5 Sep 2009 21:01:33 +0000 Subject: [PATCH] git-svn-id: https://svn.code.sf.net/p/phpxmlrpc/code/trunk/xmlrpc@59 013ecfd8-0664-425d-a759-9c98391dc3f9 --- lib/xmlrpc.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/xmlrpc.inc b/lib/xmlrpc.inc index 52424b0..5269633 100644 --- a/lib/xmlrpc.inc +++ b/lib/xmlrpc.inc @@ -3316,7 +3316,7 @@ xmlrpc_encode_entitites($this->errstr, $GLOBALS['xmlrpc_internalencoding'], $cha $out = $xmlrpc_val->scalarval(); if (is_string($out)) { - $out= strtotime($out); + $out = strtotime($out); } if (is_int($out)) { -- 2.43.0