@@ -82,7 +82,7 @@ |
||
82 | 82 | |
83 | 83 | // Ensure to return false if an exception occurs |
84 | 84 | error_log("getLocalFreeBusyMessage: unhandled MAPIException " . $e->getMessage()); |
85 | - return false; |
|
85 | + return false; |
|
86 | 86 | |
87 | 87 | } |
88 | 88 |
@@ -9,10 +9,10 @@ |
||
9 | 9 | |
10 | 10 | // Load all mapi defs |
11 | 11 | if (function_exists('mapi_load_mapidefs')) { |
12 | - mapi_load_mapidefs(1); |
|
12 | + mapi_load_mapidefs(1); |
|
13 | 13 | } else { |
14 | - // code analysis with non-mapi php builds |
|
15 | - require 'dev/autoloader.php'; |
|
14 | + // code analysis with non-mapi php builds |
|
15 | + require 'dev/autoloader.php'; |
|
16 | 16 | } |
17 | 17 | |
18 | 18 | /** |