[Vtigercrm-commits] [Vtiger development] #7931: Module Export fails on export of module which has no tables.
Vtiger development
vtiger-tickets at trac.vtiger.com
Thu Jan 30 03:33:31 GMT 2014
#7931: Module Export fails on export of module which has no tables.
------------------------+------------------------
Reporter: richardtw | Owner: developer
Type: defect | Status: new
Priority: unassigned | Milestone: Unassigned
Component: vtigercrm | Version: 6.0.0
Severity: Medium | Keywords:
------------------------+------------------------
I found that the module export fails when I exported my extension module
which has no tables.
My solution was to alter vtlib/Vtiger/utils/php CreateTableSql() and add
at the top:
if(!$tablename) return false;
I am now being provided with an export zip so I can only assume this was
the correct method.
--
Ticket URL: <http://trac.vtiger.com/cgi-bin/trac.cgi/ticket/7931>
Vtiger development <http://trac.vtiger.com/>
Vtiger CRM
More information about the vtigercrm-commits
mailing list