function drd_server_check_api in Drupal Remote Dashboard Server 6
Same name and namespace in other branches
- 7 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 46
Code
function drd_server_check_api($api) {
return drd_server_result('api', $api == DRD_API_VERSION);
}