Dotclear


Ignore:
Timestamp:
08/26/13 16:51:21 (12 years ago)
Author:
franck <carnet.franck.paul@…>
Branch:
default
Message:

Change global search input id, fixes #1517

File:
1 edited

Legend:

Unmodified
Added
Removed
  • admin/search.php

    r1358 r1589  
    1515dcPage::check('usage,contentadmin'); 
    1616 
    17 $q = !empty($_GET['q']) ? $_GET['q'] : null; 
     17$q = !empty($_GET['q']) ? $_GET['q'] : (!empty($_GET['qx']) ? $_GET['qx'] : null); 
    1818$qtype = !empty($_GET['qtype']) ? $_GET['qtype'] : 'p'; 
    1919if ($qtype != 'c' && $qtype != 'p') { 
Note: See TracChangeset for help on using the changeset viewer.

Sites map