Skip to content

Commit 6fbabe7

Browse files
authored
Merge pull request #3 from rkCSD/master
Disable defect debug-call
2 parents e16426f + e9c1b40 commit 6fbabe7

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

lib/class.wsdl.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1548,7 +1548,7 @@ function serializeType($name, $type, $value, $use='encoded', $encodingStyle=fals
15481548
$rows = sizeof($value);
15491549
$contents = '';
15501550
foreach($value as $k => $v) {
1551-
$this->debug("serializing array element: $k, $v of type: $typeDef[arrayType]");
1551+
//$this->debug("serializing array element: $k, $v of type: $typeDef[arrayType]");
15521552
//if (strpos($typeDef['arrayType'], ':') ) {
15531553
if (!in_array($typeDef['arrayType'],$this->typemap['http://www.w3.org/2001/XMLSchema'])) {
15541554
$contents .= $this->serializeType('item', $typeDef['arrayType'], $v, $use);
@@ -1936,4 +1936,4 @@ function addOperation($name, $in = false, $out = false, $namespace = false, $soa
19361936
}
19371937
}
19381938

1939-
?>
1939+
?>

0 commit comments

Comments
 (0)