#292 - report does not read any dates
In getColumnSql api expecting $current_user as follows
userformat=str_replace(array("dd-mm-yyyy","mm-dd-yyyy","yyyy-mm-dd"),array("%d-%m-%Y","%m-%d-%Y","%Y-%m-%d"),<b>current_user->date_format);
But $current_user is not initialized in the api.