Commit 3ab7fac6 authored by mku's avatar mku

ZP-180 #comment Multiple PHP warning found while creating a meeting request...

ZP-180 #comment Multiple PHP warning found while creating a meeting request with Windows Mobile 7.5, the message is correct, but log with a lower log level  #time 5m

git-svn-id: https://z-push.org/svn/z-push/trunk@1423 b7dd7b3b-3a3c-0410-9da9-bee62a6cc5b5
parent 23024a64
......@@ -247,7 +247,7 @@ class MAPIUtils {
$stream = mapi_openproperty($message, $prop, IID_IStream, 0, 0);
$ret = mapi_last_hresult();
if ($ret == MAPI_E_NOT_FOUND) {
ZLog::Write(LOGLEVEL_WARN, sprintf("MAPIUtils->readPropStream: property 0x%s not found. It is either empty or not set. It will be ignored.", str_pad(dechex($prop), 8, 0, STR_PAD_LEFT)));
ZLog::Write(LOGLEVEL_DEBUG, sprintf("MAPIUtils->readPropStream: property 0x%s not found. It is either empty or not set. It will be ignored.", str_pad(dechex($prop), 8, 0, STR_PAD_LEFT)));
return "";
}
$data = "";
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment