Hi,
attached the .install file
Please let me know if this file is incorrect
Thanks
Vinay
| Comment | File | Size | Author |
|---|---|---|---|
| cck_address_india.install.txt | 1.46 KB | vinayras |
Hi,
attached the .install file
Please let me know if this file is incorrect
Thanks
Vinay
| Comment | File | Size | Author |
|---|---|---|---|
| cck_address_india.install.txt | 1.46 KB | vinayras |
Comments
Comment #1
rconstantine commentedDid you try to install this on your system?
I see a couple of problems without even installing it.
FIrst, change this:
//$Id: cck_address_india.install,v 1.1.2.9 2007/06/13 22:48:31 rconstantine Exp $;to//$Id:$;Second, no, wait. that's all. Good job.
Comment #2
rconstantine commentedNope, I found one more thing. Change this:
drupal_set_message('There was an error removing the CCK_Address database tables.', 'error');to this:drupal_set_message('There was an error removing the CCK_Address_India data from the database tables.', 'error');This is probably an error message I should update in mine as well.
Comment #3
vinayras commentedThanks for the information.
I will work on it and get back to you.
Vinay
Comment #4
rconstantine commentedI fixed it myself.