mcramer
2012-08-21 7b17e453ad288c27e6854160b7fde370ae6acf28
interface/web/dashboard/ajax_get_json.php
@@ -42,7 +42,7 @@
   
   if($type == 'globalsearch'){
      $q = $app->db->quote($_GET["q"]);
      $q = $app->db->quote(trim($_GET["q"]));
      $authsql = " AND ".$app->tform->getAuthSQL('r');
      $modules = explode(',', $_SESSION['s']['user']['modules']);