function drd_server_check_api in Drupal Remote Dashboard Server 7
Same name and namespace in other branches
- 6 drd_server.module \drd_server_check_api()
======================================================================
Remote client functions
1 string reference to 'drd_server_check_api'
- drd_server_xmlrpc in ./
drd_server.module - Implementation of hook_xmlrpc().
File
- ./
drd_server.module, line 44
Code
function drd_server_check_api($api) {
return drd_server_result('api', $api == DRD_API_VERSION);
}