function views_load_query in Views (for Drupal 7) 5
Load the query sub-module
1 call to views_load_query()
File
- ./
views.module, line 627
Code
function views_load_query() {
$path = drupal_get_path('module', 'views');
require_once "./{$path}/views_query.inc";
}