@@ -257,10 +257,10 @@ class Zm_Account
catch (SoapFault $exception)
{
$result = $exception;
- return false;
+ return 'blubb';
}
- return true;
+ return 'bla';
/**
@@ -516,7 +516,7 @@ function zimbraSingle_CreateAccount($params)
);
return false;
- if($accountExists === true) {
+ if($accountExists == 'bla') {
return 'Account already exist';
$attrs = array();