Changeset 28709 for trunk/search.php
- Timestamp:
- Jun 17, 2014, 1:11:44 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/search.php
r28708 r28709 49 49 { 50 50 check_input_parameter('mode', $_POST, false, '/^(OR|AND)$/'); 51 52 $fields = array_intersect($_POST['fields'], array('name', 'comment', 'file')); 51 53 52 54 $drop_char_match = array( … … 70 72 ), 71 73 'mode' => $_POST['mode'], 74 'fields' => $fields, 72 75 ); 73 76 }
Note: See TracChangeset
for help on using the changeset viewer.