nuclear_eclipse | 7 Oct 14:50

SF.net SVN: mantisbt:[5633] trunk/mantisbt/manage_proj_create.php

Revision: 5633
          http://mantisbt.svn.sourceforge.net/mantisbt/?rev=5633&view=rev
Author:   nuclear_eclipse
Date:     2008-10-07 12:53:37 +0000 (Tue, 07 Oct 2008)

Log Message:
-----------
Fix #9676: Bad default values for category bools when creating projects.

Modified Paths:
--------------
    trunk/mantisbt/manage_proj_create.php

Modified: trunk/mantisbt/manage_proj_create.php
===================================================================
--- trunk/mantisbt/manage_proj_create.php	2008-10-06 18:04:45 UTC (rev 5632)
+++ trunk/mantisbt/manage_proj_create.php	2008-10-07 12:53:37 UTC (rev 5633)
@@ -40,8 +40,8 @@
 	$f_view_state	= gpc_get_int( 'view_state' );
 	$f_status		= gpc_get_int( 'status' );
 	$f_file_path	= gpc_get_string( 'file_path', '' );
-	$f_inherit_global = gpc_get_bool( 'inherit_global', 1 );
-	$f_inherit_parent = gpc_get_bool( 'inherit_parent', 1 );
+	$f_inherit_global = gpc_get_bool( 'inherit_global', 0 );
+	$f_inherit_parent = gpc_get_bool( 'inherit_parent', 0 );

 	$f_parent_id	= gpc_get_int( 'parent_id', 0 );

This was sent by the SourceForge.net collaborative development platform, the world's largest Open
Source development site.

-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/

Gmane