Update of /cvsroot/mantisbt/mantisbt
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv27336
Modified Files:
manage_user_edit_page.php
Log Message:
partial fix for 0005484: Users added to a private project are not listed in the
mange projects user list
- user project list not always visible
Index: manage_user_edit_page.php
===================================================================
RCS file: /cvsroot/mantisbt/mantisbt/manage_user_edit_page.php,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -d -r1.14 -r1.15
--- manage_user_edit_page.php 17 Apr 2005 17:14:15 -0000 1.14
+++ manage_user_edit_page.php 13 May 2005 01:57:16 -0000 1.15
@@ -141,8 +141,8 @@
<!-- PROJECT ACCESS (if permissions allow) and user is not ADMINISTRATOR -->
-<?php if ( ( access_has_global_level( config_get( 'manage_user_threshold' ) )
) &&
- ( ADMINISTRATOR < access_has_global_level( $t_user['id'] ) ) ){
+<?php if ( access_has_global_level( config_get( 'manage_user_threshold' ) ) &&
+ !access_has_global_level( ADMINISTRATOR, $t_user['id'] ) ){
?>
<br />
<div align="center">
-------------------------------------------------------
This SF.Net email is sponsored by Oracle Space Sweepstakes
Want to be the first software developer in space?
Enter now for the Oracle Space Sweepstakes!
http://ads.osdn.com/?ad_id=7393&alloc_id=16281&op=click
|
Try Searching:
servers, voip, java, networking, microsoft ...
|
|
|
|