Ignore:
Timestamp:
Mar 1, 2006, 5:33:52 AM (18 years ago)
Author:
rvelices
Message:

calendar improvement: month calendar view a la flickr

fix: html 4.01 compliant in rating.tpl

fix: issue with IE from version 1052 (redirect on access denied)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/identification.php

    r1056 r1061  
    3636if ( !empty($_GET['redirect']) )
    3737{
    38   $redirect_to = $_GET['redirect'];
     38  $redirect_to = urldecode($_GET['redirect']);
    3939  if ( $user['is_the_guest'] )
    4040  {
     
    9999    'U_HOME' => PHPWG_ROOT_PATH.'category.php',
    100100    'U_REDIRECT' => $redirect_to,
    101    
     101
    102102    'F_LOGIN_ACTION' => PHPWG_ROOT_PATH.'identification.php'
    103103    ));
Note: See TracChangeset for help on using the changeset viewer.