How to update editviewdefs.php

Hi

I need update editviewdefs.php when installing module (manifest.php).

Simply need to add ‘customCode’ to field array:

array (
‘name’ => ‘nip_c’,
‘label’ => ‘LBL_NIP’,
[color=#00bb00]‘customCode’ => ‘{$custom_nip_code}’, [/color] [color=#ff0000]line to be added[/color]
),

Furthermore I need to delete this line when uninstalling