Changeset 1589:3a40bf597a64 for admin/search.php
- Timestamp:
- 08/26/13 16:51:21 (12 years ago)
- Branch:
- default
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
admin/search.php
r1358 r1589 15 15 dcPage::check('usage,contentadmin'); 16 16 17 $q = !empty($_GET['q']) ? $_GET['q'] : null;17 $q = !empty($_GET['q']) ? $_GET['q'] : (!empty($_GET['qx']) ? $_GET['qx'] : null); 18 18 $qtype = !empty($_GET['qtype']) ? $_GET['qtype'] : 'p'; 19 19 if ($qtype != 'c' && $qtype != 'p') {
Note: See TracChangeset
for help on using the changeset viewer.