Skip to content

v0.1.2

Compare
Choose a tag to compare
@tflanagan tflanagan released this 27 Oct 20:13
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...