Files
Grav/system
ChrisGitIt 8450f77443 fixed array handling (#1208)
if the input array looks like this: 
array('valA','valB') (not a keyed array)

The return result before my change was:
array(array('valA'),array('valB'))

The return result after my change is:
array('valA','valB')
2016-12-16 12:09:23 -07:00
..
2016-10-03 17:18:00 +02:00
2016-12-08 12:57:40 +02:00
2016-12-13 13:05:57 -07:00
2016-07-13 17:07:08 -06:00
2016-12-16 12:09:23 -07:00
2016-12-13 13:05:57 -07:00