Skip to content

Commit

Permalink
Fixed a call to undefined function since deleteBug was renamed to del…
Browse files Browse the repository at this point in the history
…ete_bug()

to follow mantis standard.  Also it was moved to core_helper_API.php


git-svn-id: http://mantisbt.svn.sourceforge.net/svnroot/mantisbt/trunk@1170 f5dc347c-c33d-0410-90a0-b07cc1902cb9
  • Loading branch information
vboctor committed Jul 6, 2002
1 parent fa9cdac commit e94efd7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion view_all_bug_update.php
Expand Up @@ -136,7 +136,7 @@ function updateBugLite($p_id, $p_status, $p_request) {
break;

case 'DELETE':
deleteBug($t_id_arr[0],$t_id_arr[1]);
delete_bug($t_id_arr[0],$t_id_arr[1]);
break;

case 'MOVE':
Expand Down

0 comments on commit e94efd7

Please sign in to comment.