Re: T_double_arrow

Originally Posted by
cff_moiseszaragoza
I am susing sugar 5.5.4 and when ever i build my solution i get a error that reads
Parse error: syntax error, unexpected T_DOUBLE_ARROW in E:\SugarCRM\custom\modules\Tasks\Ext\Language\en_u s.lang.ext.php on line 5
I Go to the file
and if is the file
PHP Code:
<?php
//WARNING: The contents of this file are auto-generated
$mod_strings[ 'LBL_DATE_COMPLETED'] => 'Date Completed';
$mod_strings [ "LBL_TASKS_LEADS_FROM_LEADS_TITLE" ] = "Leads" ;
?>
I see the problem line is
$mod_strings[ 'LBL_DATE_COMPLETED'] => 'Date Completed';
and i can fix it by changing it to
$mod_strings[ 'LBL_DATE_COMPLETED'] = 'Date Completed';
but how does that character ("
>") gets there?
Have a look in E:\SugarCRM\custom\Extension\modules\Tasks\Ext\Lan guage
There is probably a file in there with the incorrect syntax
Mike Solomon
Development Manager
Ivy Ltd
www.ivy.ltd.uk]www.ivy.ltd.uk
php version 5.2.6
MySql 5.1.59
Bookmarks