Index: trunk/admin/users/user_select.php =================================================================== diff -u -r1566 -r2536 --- trunk/admin/users/user_select.php (.../user_select.php) (revision 1566) +++ trunk/admin/users/user_select.php (.../user_select.php) (revision 2536) @@ -15,7 +15,7 @@ define('IS_POPUP', 1); -if(!strlen($pathtoroot)) +if( !(isset($pathtoroot) && $pathtoroot) ) { $path=dirname(realpath(__FILE__)); if(strlen($path)) @@ -58,7 +58,7 @@ $p = ""; } } - if(!strlen($pathtoroot)) + if( !(isset($pathtoroot) && $pathtoroot) ) $pathtoroot = ".".$pathchar; } else