Skip to content

Commit

Permalink
Whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
dregad committed Mar 15, 2020
1 parent e0a1168 commit 785bc90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/project_hierarchy_api.php
Expand Up @@ -49,7 +49,7 @@ function project_hierarchy_add( $p_child_id, $p_parent_id, $p_inherit_parent = t

db_param_push();
$t_query = 'INSERT INTO {project_hierarchy}
( child_id, parent_id, inherit_parent )
( child_id, parent_id, inherit_parent )
VALUES
( ' . db_param() . ', ' . db_param() . ', ' . db_param() . ' )';
db_query( $t_query, array( $p_child_id, $p_parent_id, $p_inherit_parent ) );
Expand Down

0 comments on commit 785bc90

Please sign in to comment.