. # -------------------------------------------------------- # $Id: manage_proj_edit_page.php,v 1.104.2.2 2007-10-19 07:25:59 vboctor Exp $ # -------------------------------------------------------- require_once( 'core.php' ); $t_core_path = config_get( 'core_path' ); require_once( $t_core_path . 'category_api.php' ); require_once( $t_core_path . 'version_api.php' ); require_once( $t_core_path . 'custom_field_api.php' ); require_once( $t_core_path . 'icon_api.php' ); auth_reauthenticate(); $f_project_id = gpc_get_int( 'project_id' ); access_ensure_project_level( config_get( 'manage_project_threshold' ), $f_project_id ); $row = project_get_row( $f_project_id ); html_page_top1( project_get_field( $f_project_id, 'name' ) ); html_page_top2(); print_manage_menu( 'manage_proj_edit_page.php' ); ?>
> > > > > >
/>
 


>

0 ) { ?> >

0 ) { ?> >
0 ) ) { ?>
0 ) { ?> >


 

"" ) && ( ON == config_get( 'show_realname' ) ) ){ $t_user_name = string_attribute( $t_user['realname'] ) . " (" . $t_user_name . ")"; if ( ON == config_get( 'sort_by_last_name') ) { $t_sort_name_bits = split( ' ', strtolower( $t_user_name ), 2 ); $t_sort_name = $t_sort_name_bits[1] . ', ' . $t_sort_name_bits[1]; } else { $t_sort_name = strtolower( $t_user_name ); } } $t_display[] = $t_user_name; $t_sort[] = $t_sort_name; } array_multisort( $t_sort, SORT_ASC, SORT_STRING, $t_users, $t_display ); # reset the class counter helper_alternate_class( 0 ); $t_user_remove_security = form_security_param( 'manage_proj_user_remove' ); for ($i = 0; $i < count( $t_sort ); $i++ ) { $t_user = $t_users[$i]; ?> >