Skip to content

Instantly share code, notes, and snippets.

@cafuego
Created December 16, 2013 22:38
Show Gist options
  • Save cafuego/7995723 to your computer and use it in GitHub Desktop.
Save cafuego/7995723 to your computer and use it in GitHub Desktop.
<?php
/**
* Implements hook_date_views_extra_tables().
*/
function webform_date_views_extra_tables() {
return array('webform_submissions' => 'webform_submissions');
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment