some mysql-only code is implemented in includes/quiz_stats/quiz_stats.admin.inc:

  $sql = "SELECT COUNT(result_id) AS count,
            DATE_FORMAT(FROM_UNIXTIME(time_start), '%Y.%m.%e') AS date
            FROM {quiz_node_results}
            WHERE vid = :vid";
CommentFileSizeAuthor
#1 quiz-2272571-postgres-1.patch1017 bytesstefan.r
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

stefan.r’s picture

Status: Active » Needs review
FileSize
1017 bytes
steinmb’s picture

This prob. also apply to the 7.x-5.x branch. The same code live in that branch.