Show
Ignore:
Timestamp:
04/16/07 15:27:21 (2 years ago)
Author:
ben
Message:

Redirection upon user delete now points to the correct location.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • devel/units/users/userdetails_actions.php

    r1015 r1071  
    2929                exit; 
    3030            } else { 
    31                 header("Location: {$CFG->wwwroot}devel/_userdetails/"); 
     31                header("Location: {$CFG->wwwroot}_userdetails/"); 
    3232                exit; 
    3333            }