Replace raw SQL query by PicoDb

This commit is contained in:
Frederic Guillot
2016-01-17 08:12:44 -05:00
parent 27b9b7a727
commit 3c57626918
3 changed files with 6 additions and 22 deletions

View File

@@ -159,7 +159,7 @@ class ProjectDailyColumnStats extends Base
* @param string $day
* @param string $column_id
* @param string $field
* @return array
* @return integer
*/
private function findValueInMetrics(array &$metrics, $day, $column_id, $field)
{