You are here

function views_load_query in Views (for Drupal 7) 5

Load the query sub-module

1 call to views_load_query()
_views_get_query in ./views_cache.inc

File

./views.module, line 627

Code

function views_load_query() {
  $path = drupal_get_path('module', 'views');
  require_once "./{$path}/views_query.inc";
}