You are here

function track_field_changes_views_pre_execute in Track Field Changes 7

This hook is called right before the execute process. The query is now fully built, but it has not yet been run through db_rewrite_sql.

Adding output to the view can be accomplished by placing text on $view->attachment_before and $view->attachment_after.

File

./track_field_changes.module, line 535
The Track Field Changes module.

Code

function track_field_changes_views_pre_execute(&$view) {

  // @todo
}