Parent Directory
|
Revision Log
|
Revision Graph
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 |