1
0
mirror of https://github.com/e107inc/e107.git synced 2025-10-18 08:17:08 +02:00

Administrators management ready; other admin fixes/improvements

This commit is contained in:
secretr
2008-12-20 15:23:48 +00:00
parent c9b3c12a60
commit ab036f7323
7 changed files with 263 additions and 185 deletions

View File

@@ -2,7 +2,7 @@
function url_user_main($parms)
{
switch($parms['func'])
switch(varsettrue($parms['func'], 'profile'))
{
case 'profile':
return e_HTTP.'user.php?id.'.$parms['id'];