Error in india.module
Farreres - December 5, 2007 - 07:33
| Project: | CCK Address Extensions |
| Version: | 5.x-1.6 |
| Component: | India-Code |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | closed |
Jump to:
Description
Parse error: syntax error, unexpected T_STRING, expecting ')' in /usr/home/stop-sucre/www/drupal/sites/all/modules/cck_address_extensions/india/cck_address_india.module on line 144
No idea how to correct it, but it must have to do with locales.

#1
Oops!
On this line:
$val_locale = array('en_IN' => 'en_IN, 'as_IN' ...Add a single quote after the second en_IN and before the comma. It should look like:
$val_locale = array('en_IN' => 'en_IN', 'as_IN' ...I'll post an update soon, but that should do it for you now.
#2
#3
Automatically closed -- issue fixed for two weeks with no activity.