Closed klaftertief closed 12 years ago
I guess $v1x_table = 'tbl_fields_multilingual_textbox'; in the update() function should be $v1x_table = 'tbl_fields_multilingual'; to reference the old table name?
$v1x_table = 'tbl_fields_multilingual_textbox';
update()
$v1x_table = 'tbl_fields_multilingual';
Yes indeed.
I guess
$v1x_table = 'tbl_fields_multilingual_textbox';
in theupdate()
function should be$v1x_table = 'tbl_fields_multilingual';
to reference the old table name?