Skip to content

Commit

Permalink
Fixed #7987: Projects that a custom field can be linked to in manage_…
Browse files Browse the repository at this point in the history
…custom_field_edit_page.php shouldn't include ALL PROJECTS.

git-svn-id: http://mantisbt.svn.sourceforge.net/svnroot/mantisbt/trunk@4358 f5dc347c-c33d-0410-90a0-b07cc1902cb9
  • Loading branch information
vboctor committed May 18, 2007
1 parent 1746da1 commit d3d0d74
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions manage_custom_field_edit_page.php
Expand Up @@ -6,7 +6,7 @@
# See the README and LICENSE files for details

# --------------------------------------------------------
# $Id: manage_custom_field_edit_page.php,v 1.24 2007-04-14 07:44:56 vboctor Exp $
# $Id: manage_custom_field_edit_page.php,v 1.25 2007-05-18 03:17:59 vboctor Exp $
# --------------------------------------------------------
?>
<?php
Expand Down Expand Up @@ -245,7 +245,7 @@
</td>
<td>
<select name="project_id[]" multiple="multiple" size="5">
<?php print_project_option_list(); ?>
<?php print_project_option_list( null, false ); ?>
</select>
</td>
</tr>
Expand Down

0 comments on commit d3d0d74

Please sign in to comment.