[Vtigercrm-commits] [vtiger development] #6140: CreatePDF.php ISSUE
vtiger development
vtiger-tickets at trac.vtiger.com
Thu Jul 9 12:02:39 EDT 2009
#6140: CreatePDF.php ISSUE
------------------------------+---------------------------------------------
Reporter: Pierluigi.Bucolo | Owner: developer
Type: patch | Status: new
Priority: critical | Milestone: 5.1.0
Component: vtigercrm | Version: 5.1.0-rc
Keywords: |
------------------------------+---------------------------------------------
In the 5.1.0_RC code there isn't an ELSE at row 341, in the VAL2 is
present:
foreach($farr_val as $skkey=>$skvalue)
{
if($skvalue[count($arr_val)-1] == 1)
{
$col_width[] = ($skvalue[count($arr_val)-1] *
100);
} ELSE
{
$col_width[] = ($skvalue[count($arr_val)-1] * 10)
+ 10 ;
}
}
--
Ticket URL: <http://trac.vtiger.com/cgi-bin/trac.cgi/ticket/6140>
vtiger development <http://trac.vtiger.com/>
vtigerCRM
More information about the vtigercrm-commits
mailing list