Skip to content

Commit

Permalink
trivial formatting change
Browse files Browse the repository at this point in the history
git-svn-id: http://mantisbt.svn.sourceforge.net/svnroot/mantisbt/trunk@2962 f5dc347c-c33d-0410-90a0-b07cc1902cb9
  • Loading branch information
thraxisp committed Sep 16, 2004
1 parent 3d117ba commit a5a6b6a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bug_relationship_delete.php
Expand Up @@ -6,7 +6,7 @@
# See the README and LICENSE files for details

# --------------------------------------------------------
# $Id: bug_relationship_delete.php,v 1.3 2004-09-12 00:17:56 thraxisp Exp $
# $Id: bug_relationship_delete.php,v 1.4 2004-09-16 13:56:48 thraxisp Exp $
# --------------------------------------------------------

# --------------------------------------------------------
Expand Down Expand Up @@ -70,7 +70,7 @@
history_log_event_special( $f_bug_id, BUG_DEL_RELATIONSHIP, BUG_BLOCKS, $t_dest_bug_id );
email_relationship_deleted( $f_bug_id );

if ( bug_exists( $t_dest_bug_id )) {
if ( bug_exists( $t_dest_bug_id )) {
history_log_event_special( $t_dest_bug_id, BUG_DEL_RELATIONSHIP, BUG_DEPENDANT, $f_bug_id );
email_relationship_deleted( $t_dest_bug_id );
}
Expand Down

0 comments on commit a5a6b6a

Please sign in to comment.