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/comments.php

    r1003 r1005  
    229229    'F_AUTHOR'=>@$_GET['author'],
    230230   
    231     'U_HOME' => PHPWG_ROOT_PATH.'category.php'
     231    'U_HOME' => add_session_id(PHPWG_ROOT_PATH.'category.php')
    232232    )
    233233  );
     
    466466        'TITLE_IMG'=>$name,
    467467        'I_THUMB'=>$thumbnail_src,
    468         'U_THUMB'=>$url
     468        'U_THUMB'=>add_session_id($url)
    469469        ));
    470470   
     
    478478      'comment',
    479479      array(
    480         'U_PICTURE' => $url,
     480        'U_PICTURE' => add_session_id($url),
    481481        'TN_SRC' => $thumbnail_src,
    482482        'AUTHOR' => $author,
Note: See TracChangeset for help on using the changeset viewer.