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
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

rconstantine - December 5, 2007 - 18:48

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

rconstantine - December 5, 2007 - 18:49
Status:active» fixed

#3

Anonymous - December 19, 2007 - 18:51
Status:fixed» closed

Automatically closed -- issue fixed for two weeks with no activity.

 
 

Drupal is a registered trademark of Dries Buytaert.