Parent Directory
|
Revision Log
|
Revision Graph
Added all files required for v.2
| 1 | <?php |
| 2 | // $Id$ |
| 3 | |
| 4 | /** |
| 5 | * @file |
| 6 | * |
| 7 | * Delete all javascript library entries from the system table |
| 8 | */ |
| 9 | |
| 10 | /** |
| 11 | * Implementation of hook_uninstall(). |
| 12 | */ |
| 13 | function jqp_uninstall() { |
| 14 | db_query("DELETE FROM {system} WHERE type = '%s'", 'javascript library'); |
| 15 | } |
| ViewVC Help | |
| Powered by ViewVC 1.1.2 |