[Vtigercrm-commits] [vtiger-commits] r9819 - /vtigercrm/branches/5.0.3/include/php_writeexcel/class.writeexcel_worksheet.inc.php

vtigercrm-commits at vtiger.fosslabs.com vtigercrm-commits at vtiger.fosslabs.com
Mon Nov 13 05:29:13 EST 2006


Author: richie
Date: Mon Nov 13 03:29:08 2006
New Revision: 9819

Log:
Export report to excel - fields truncated : fixed. Fixes #2449

Modified:
    vtigercrm/branches/5.0.3/include/php_writeexcel/class.writeexcel_worksheet.inc.php

Modified: vtigercrm/branches/5.0.3/include/php_writeexcel/class.writeexcel_worksheet.inc.php
==============================================================================
--- vtigercrm/branches/5.0.3/include/php_writeexcel/class.writeexcel_worksheet.inc.php (original)
+++ vtigercrm/branches/5.0.3/include/php_writeexcel/class.writeexcel_worksheet.inc.php Mon Nov 13 03:29:08 2006
@@ -110,7 +110,7 @@
 
         $rowmax                   = 65536; // 16384 in Excel 5
         $colmax                   = 256;
-        $strmax                   = 255;
+        $strmax                   = 20000;
 
         $this->_name              = $name;
         $this->_index             = $index;





More information about the vtigercrm-commits mailing list