cfoe
2012-08-04 bba5a3b4afa443be006b44f82be72a5dffe8f714
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']);