Ignore:
Timestamp:
Jan 15, 2006, 2:49:29 PM (18 years ago)
Author:
nikrou
Message:

Revert to revision 1002

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/branch-1_5/profile.php

    r1003 r1005  
    137137    // redirection
    138138    $url = PHPWG_ROOT_PATH.'category.php?'.$_SERVER['QUERY_STRING'];
    139     redirect($url);
     139    redirect(add_session_id($url));
    140140  }
    141141}
     
    199199    'L_RETURN_HINT' =>  $lang['home_hint'],
    200200
    201     'U_RETURN' => PHPWG_ROOT_PATH.'category.php',
    202    
    203     'F_ACTION'=>$url_action,
     201    'U_RETURN' => add_session_id(PHPWG_ROOT_PATH.'category.php'),
     202   
     203    'F_ACTION'=>add_session_id($url_action),
    204204    ));
    205205
Note: See TracChangeset for help on using the changeset viewer.