cfoe
2012-06-13 f0a0ea04e142be9ec67104ffbe6bb6a3e4f55b34
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']);