I am getting the following error on the admin/stats page.
Warning: number_format() expects parameter 1 to be double, string given in /home/equineov/public_html/qa-include/qa-page-admin-stats.php on line 117
line 117
'ccount' => array(
'label' => qa_lang_html('admin/total_cs'),
'value' => qa_html(number_format($ccount)),
),