help on update of bug !!
Posted: 07 May 2007, 11:07
Hello forums !!
I need your help.
i added two new fields on "mantis_bug_text_table"
say field1 and field2.
I successfully displayed the values by using "core/bug_api.php"
(inserting) and bug_view_advanced_page.php (using variables)
Now i am getting problem in inserting and updating, I need to what the required steps ???
Thanks in advance to all of you
I need your help.
i added two new fields on "mantis_bug_text_table"
say field1 and field2.
I successfully displayed the values by using "core/bug_api.php"
(inserting
Code: Select all
var $field1 = ''; var $field2 = ''Code: Select all
$t_bug->field1 & $t_bug->field2Now i am getting problem in inserting and updating, I need to what the required steps ???
Thanks in advance to all of you