Parent Directory
|
Revision Log
|
Revision Graph
*** empty log message ***
| 1 | <?php |
| 2 | // $Id: rcmail.install,v 1.1 2007/01/19 20:53:17 polyformalsp Exp $ |
| 3 | |
| 4 | /** |
| 5 | * Implementation of hook_install(). |
| 6 | */ |
| 7 | function rcmail_uninstall() { |
| 8 | db_query('DROP TABLE {rcmail_cache}, {rcmail_contacts}, {rcmail_identities}, {rcmail_messages}, {rcmail_session}, {rcmail_users};'); |
| 9 | } |
| 10 |
| ViewVC Help | |
| Powered by ViewVC 1.1.2 |