diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2011-09-24 11:37:21 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2011-09-24 11:37:21 -0300 |
commit | 043d624016705e2b54772e5b6b248024e060bbce (patch) | |
tree | e2710f9d74dcc968660fcaad7cc4a2657beb49ab /muamba.install | |
parent | 9f31ba02a50d8930a5ce6d9365fcd4a454218271 (diff) | |
download | muamba-043d624016705e2b54772e5b6b248024e060bbce.tar.gz muamba-043d624016705e2b54772e5b6b248024e060bbce.tar.bz2 |
Adding more muamba actions
Diffstat (limited to 'muamba.install')
-rw-r--r-- | muamba.install | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/muamba.install b/muamba.install index 6e68603..ab0bcef 100644 --- a/muamba.install +++ b/muamba.install @@ -5,9 +5,18 @@ * Muamba installation functions. */ +/** + * Implements hook_install() + */ function muamba_install() { } +/** + * Implements hook_schema() + * + * @todo + * Add privatemsg thread_id into muamba table. + */ function muamba_schema() { $schema['muamba'] = array( 'description' => 'The base table for muamba assets.', |