projects
/
project/google_analytics.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
(parent:
bdff3a2
)
Fixed cut and paste bug
author
hass
Fri, 28 Nov 2008 00:50:10 +0000 (
00:50
+0000)
committer
hass
Fri, 28 Nov 2008 00:50:10 +0000 (
00:50
+0000)
googleanalytics.install
patch
|
blob
|
blame
|
history
diff --git
a/googleanalytics.install
b/googleanalytics.install
index
3030984
..
1f1d561
100644
(file)
--- a/
googleanalytics.install
+++ b/
googleanalytics.install
@@
-46,7
+46,7
@@
function googleanalytics_uninstall() {
function googleanalytics_disable() {
$path = file_directory_path() . '/googleanalytics';
if (file_exists($path)) {
- file_directory_path($path . '/ga.js');
+ file_unmananged_delete($path . '/ga.js');
rmdir($path);
}
}