aDriv4 - MANAGER
Edit File: ctools_ajax_sample.install
<?php /** * @file */ /** * Implementation of hook_install() */ function ctools_ajax_sample_install() { } /** * Implementation of hook_uninstall() */ function ctools_ajax_sample_uninstall() { }