/[drupal]/contributions/modules/rcmail/rcmail.install
ViewVC logotype

Contents of /contributions/modules/rcmail/rcmail.install

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Revision 1.2 - (show annotations) (download) (as text)
Fri Jan 19 21:00:12 2007 UTC (2 years, 10 months ago) by polyformalsp
Branch: MAIN
CVS Tags: HEAD
Changes since 1.1: +1 -1 lines
File MIME type: text/x-php
*** 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