Dotclear


Ignore:
Timestamp:
12/06/11 10:53:56 (14 years ago)
Author:
Dsls <dsls@…>
Branch:
formfilters
Message:

Handled after-actions redirections, columns selection now works, author filter autocompletion ok.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • admin/posts_actions.php

    r217 r780  
    3131     { 
    3232          $redir = 
    33           'posts.php?user_id='.$_POST['user_id']. 
    34           '&cat_id='.$_POST['cat_id']. 
    35           '&status='.$_POST['status']. 
    36           '&selected='.$_POST['selected']. 
    37           '&month='.$_POST['month']. 
    38           '&lang='.$_POST['lang']. 
    39           '&sortby='.$_POST['sortby']. 
    40           '&order='.$_POST['order']. 
    41           '&page='.$_POST['page']. 
    42           '&nb='.$_POST['nb']; 
     33          'posts.php?'.urldecode($_POST['f_query']); 
    4334     } 
    4435      
Note: See TracChangeset for help on using the changeset viewer.

Sites map