1
General Questions / Re: Not translated when sql contains count()
« on: July 15, 2014, 03:54:05 am »
It did not work at first but after I commented around line 420 as well, it works! Thanks!
Code: [Select]
if (stripos(substr($this->sql, 0, stripos($this->sql, 'FROM')), 'COUNT(') !== false) {
// $translate = false;
}