function autosave_delivery_callback in Autosave 7.2
Delivery callback.
1 string reference to 'autosave_delivery_callback'
- autosave_menu in ./
autosave.module - Implements hook_menu().
File
- ./
autosave.theme.inc, line 63
Code
function autosave_delivery_callback($page_callback_result) {
print $page_callback_result;
}