Skip to content

Commit

Permalink
remove unwanted var_dump
Browse files Browse the repository at this point in the history
  • Loading branch information
mantis committed Nov 30, 2008
1 parent eb47a85 commit 1deafaa
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion manage_proj_update_children.php
Expand Up @@ -40,7 +40,6 @@
$t_subproject_ids = current_user_get_accessible_subprojects( $f_project_id, true );
foreach ( $t_subproject_ids as $t_subproject_id ) {
$f_inherit_child = gpc_get_bool( 'inherit_child_' . $t_subproject_id, false );
var_dump( $t_subproject_id, $f_project_id, $f_inherit_child );
project_hierarchy_update( $t_subproject_id, $f_project_id, $f_inherit_child );
}

Expand Down

0 comments on commit 1deafaa

Please sign in to comment.