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

Contents of /contributions/modules/user_display/user_display.install

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


Revision 1.1 - (show annotations) (download) (as text)
Sat Jul 19 23:12:33 2008 UTC (16 months ago) by sun
Branch: MAIN
CVS Tags: HEAD
Branch point for: DRUPAL-5
File MIME type: text/x-php
Initial commit of User Display API.
1 <?php
2 // $Id$
3
4 /**
5 * Implementation of hook_uninstall().
6 */
7 function user_display_uninstall() {
8 db_query("DELETE FROM {variable} WHERE name LIKE 'user_display_%%'");
9 }
10

  ViewVC Help
Powered by ViewVC 1.1.2