Ignore:
Timestamp:
Feb 4, 2016, 3:42:03 PM (9 years ago)
Author:
chronos
Message:
  • Modified: In module IS use slow HAVING in SQL query for user filter. To show subtables use faster WHERE.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Application/System.php

    r791 r795  
    165165      $this->Database->ShowSQLError = $this->Config['Web']['ShowSQLError'];
    166166      $this->Database->ShowSQLQuery = $this->Config['Web']['ShowSQLQuery'];
     167      if(isset($this->Config['Web']['LogSQLQuery']))
     168        $this->Database->LogSQLQuery = $this->Config['Web']['LogSQLQuery'];
    167169    } catch (Exception $E) {
    168170      //$Output .= 'Nelze se připojit k databázi.';
Note: See TracChangeset for help on using the changeset viewer.