function getclicky_uninstall in Clicky - Web Analytics in Real Time 8
Same name and namespace in other branches
- 5 getclicky.install \getclicky_uninstall()
- 6 getclicky.install \getclicky_uninstall()
- 7 getclicky.install \getclicky_uninstall()
@file GetClicky: Adds the GetClicky tracking system to your website.
File
- ./
getclicky.install, line 8 - GetClicky: Adds the GetClicky tracking system to your website.
Code
function getclicky_uninstall() {
$result = db_query("DELETE FROM {variable} WHERE name LIKE 'getclicky_%'");
}