@@ -55,7 +55,7 @@ |
||
| 55 | 55 | if (strlen($strArray) > 0) { |
| 56 | 56 | // to make it validateable by XSD-schema, we use a whitespace-separated list since |
| 57 | 57 | // there is no way to define the delimiter for xs:list in XSD... |
| 58 | - $aValues = array_map('trim', preg_split('/\s+/', trim($strArray))); |
|
| 58 | + $aValues = array_map('trim', preg_split('/\s+/', trim($strArray))); |
|
| 59 | 59 | } |
| 60 | 60 | return $aValues; |
| 61 | 61 | } |