v0.1.2
Lib: Fixed one field return, fixed encoding - Executing a DoQuery with a single field results in the field array not being an array of fields and their values, but an array of that single field. If this is detected, it imposes another array as if there were more than one field. - Removed htmlspecialchars() from arr2Xml. This may cause issues downstream, but we will see...