mcramer
2012-08-31 45629b1b215d68be128f589f49a0e772c9471d06
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']);