projects
/
project/drupal.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
(parent:
d177d7f
)
- Patch #28871 by Malthus: added missing quotes.
author
Dries Buytaert
Mon, 15 Aug 2005 11:46:48 +0000 (11:46 +0000)
committer
Dries Buytaert
Mon, 15 Aug 2005 11:46:48 +0000 (11:46 +0000)
includes/xmlrpc.inc
patch
|
blob
|
blame
|
history
diff --git
a/includes/xmlrpc.inc
b/includes/xmlrpc.inc
index
257d0b8
..
e046d4a
100644
(file)
--- a/
includes/xmlrpc.inc
+++ b/
includes/xmlrpc.inc
@@
-47,7
+47,7
@@
function xmlrpc_value_calculate_type(&$xmlrpc_value) {
$xmlrpc_value->data = get_object_vars($xmlrpc_value->data);
return 'struct';
default:
- return string;
+ return 'string';
}
}