Posted by Farreres on December 5, 2007 at 7:33am
Jump to:
| Project: | CCK Address Extensions |
| Version: | 5.x-1.6 |
| Component: | India-Code |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | closed (fixed) |
Issue Summary
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.
Comments
#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.