function _shorten_true in Shorten URLs 6
Access callback for the JS page.
1 string reference to '_shorten_true'
- shorten_menu in ./
shorten.module - Implementation of hook_menu().
File
- ./
shorten.module, line 66 - Shortens URLs via external services.
Code
function _shorten_true() {
return TRUE;
}