in the current commit the `settype()` function was misleadingly used in the `CleanData()` function. The result of [settype()](http://www.php.net/manual/de/function.settype.php) is not the manipulated data but a boolean result code. This results in empty inserts in many cases.