| 1 |
<?php |
<?php |
| 2 |
// $Id: blog_theme.install,v 1.2 2008/04/10 13:19:59 augustin Exp $ |
// $Id: blog_theme.install,v 1.3 2008/09/30 08:59:48 augustin Exp $ |
| 3 |
|
|
| 4 |
function blog_theme_update_5001() { |
function blog_theme_update_5001() { |
| 5 |
$ret = array(); |
$ret = array(); |
| 24 |
/** |
/** |
| 25 |
* Implementation of hook_uninstall(). |
* Implementation of hook_uninstall(). |
| 26 |
*/ |
*/ |
| 27 |
function outline_uninstall() { |
function blog_theme_uninstall() { |
| 28 |
db_query("DELETE FROM {variable} WHERE name LIKE 'blog_theme_%%'"); |
db_query("DELETE FROM {variable} WHERE name LIKE 'blog_theme_%%'"); |
| 29 |
} |
} |
| 30 |
|
|