Mercurial > hg > rr-repo
comparison sites/all/modules/ctools/ctools_ajax_sample/ctools_ajax_sample.install @ 0:ff03f76ab3fe
initial version
author | danieleb <danielebarchiesi@me.com> |
---|---|
date | Wed, 21 Aug 2013 18:51:11 +0100 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 0:ff03f76ab3fe |
---|---|
1 <?php | |
2 | |
3 /** | |
4 * @file | |
5 */ | |
6 | |
7 /** | |
8 * Implementation of hook_install() | |
9 */ | |
10 function ctools_ajax_sample_install() { | |
11 | |
12 } | |
13 | |
14 /** | |
15 * Implementation of hook_uninstall() | |
16 */ | |
17 function ctools_ajax_sample_uninstall() { | |
18 | |
19 } |