Changeset 780:a80ff8f1c92a for admin/posts_actions.php
- Timestamp:
- 12/06/11 10:53:56 (14 years ago)
- Branch:
- formfilters
- File:
-
- 1 edited
-
admin/posts_actions.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
admin/posts_actions.php
r217 r780 31 31 { 32 32 $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']); 43 34 } 44 35
Note: See TracChangeset
for help on using the changeset viewer.
