Skip to content
Snippets Groups Projects
Commit 189ed61b authored by falcon's avatar falcon
Browse files

#810114 reported by jrivielli: Fixed typo in last update hook

parent ca9e33d2
No related branches found
No related tags found
No related merge requests found
......@@ -14,7 +14,7 @@
*/
function quiz_update_6416() {
$results = array();
db_drop_field(&$results, 'quiz_user_settings', 'number_of_random_questions');
db_drop_field($results, 'quiz_user_settings', 'number_of_random_questions');
// Temporary fix, ref: http://drupal.org/node/777408
// TODO: Remove this if and when autoload adds a fix
......
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