function clientsQuery::ensure_table in Web Service Clients 7
Same name and namespace in other branches
- 6 clients/clients_views/clientsQuery.inc \clientsQuery::ensure_table()
@todo make this lie less.
Overrides views_plugin_query_default::ensure_table
File
- clients/
clients_views/ clientsQuery.inc, line 35 - Using devseed extendr module as a base... http://devseed.svn.cvsdude.com/sandbox/drupal-6/extendr/
Class
- clientsQuery
- For now this is an extension of the views_query, I'm not sure if it should remain so.
Code
function ensure_table() {
return TRUE;
}