Closed (fixed)
Project:
Google Maps location
Version:
6.x-2.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
7 Nov 2009 at 23:40 UTC
Updated:
3 Oct 2010 at 09:20 UTC
I wasn't sure if this is really needed or not, but since gmaplocation creates 13 variables, I thought I'd toss an uninstall function out for consideration.
| Comment | File | Size | Author |
|---|---|---|---|
| gmaplocation_install.patch | 616 bytes | JaredAM |
Comments
Comment #1
JaredAM commentedI keep forgetting to mark these things as needs review... ;)
Comment #2
babbage commentedThat's a definitely-required, hadn't noticed it didn't have an uninstaller when I inherited it... That's almost a bug. Will review.
Comment #3
babbage commentedCommit #424344 by dbabbage at 22:10:
#626490 by dbabbage and JaredAM: Add uninstaller.
In the end, I didn't use your exact implementation, JaredAM, as I figured it was cleaner to user the API function variable_del (http://api.drupal.org/api/function/variable_del). However, this wouldn't have happened without you posting the patch in the first place. Thanks for that, and again as with the other patch my apologies this languished for so long after your work.
:)