Skip to content
Snippets Groups Projects
Commit a06d38f6 authored by Joshua Ellinger's avatar Joshua Ellinger
Browse files

fixed error with quiz views

parent d13983ee
No related branches found
No related tags found
No related merge requests found
......@@ -237,7 +237,7 @@ function quiz_views_tables() {
'handler' => views_handler_field_dates(),
'help' => t('Display the start date of a quiz.'),
),
'quiz_closed' => array(
'quiz_close' => array(
'name' => t('Quiz: End Time'),
'sortable' => TRUE,
'handler' => views_handler_field_dates(),
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment