Fix: #3253 #3252 #3251 Remove print_r

This commit is contained in:
aspangaro
2015-07-17 05:22:29 +02:00
parent e62595b00f
commit 5ce419922d
2 changed files with 14 additions and 15 deletions

View File

@@ -73,7 +73,7 @@ $obj->socid=$argv[1];
$listofcontractsforcompany=$obj->getListOfContracts('all');
print_r($listofcontractsforcompany);
print $listofcontractsforcompany;
// -------------------- END OF YOUR CODE --------------------