tbrehm
2012-08-14 d87f76019fc231ec20d95126a7fee0487e7be5f0
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']);