equal
deleted
inserted
replaced
844 function page_Special_Autofill() |
844 function page_Special_Autofill() |
845 { |
845 { |
846 global $db, $session, $paths, $template, $plugins; // Common objects |
846 global $db, $session, $paths, $template, $plugins; // Common objects |
847 global $lang; |
847 global $lang; |
848 |
848 |
|
849 require_once(ENANO_ROOT . '/includes/search.php'); |
|
850 |
849 header('Content-type: text/javascript'); |
851 header('Content-type: text/javascript'); |
850 |
852 |
851 $dataset = array(); |
853 $dataset = array(); |
852 if ( isset($_GET['type']) ) |
854 if ( isset($_GET['type']) ) |
853 { |
855 { |