Changeset 951 for trunk/Application/Core.php
- Timestamp:
- Jul 12, 2023, 9:02:24 PM (2 years ago)
- File:
- 
      - 1 edited
 
 - 
          
  trunk/Application/Core.php (modified) (1 diff)
 
Legend:
- Unmodified
- Added
- Removed
- 
      trunk/Application/Core.phpr922 r951 131 131 if (isset($this->Config['Web']['LogSQLQuery'])) 132 132 $this->Database->LogSQLQuery = $this->Config['Web']['LogSQLQuery']; 133 if (isset($this->Config['Web']['MeasureQueryDuration'])) 134 $this->Database->MeasureDuration = $this->Config['Web']['MeasureQueryDuration']; 133 135 } catch (Exception $E) 134 136 { 
  Note:
 See   TracChangeset
 for help on using the changeset viewer.
  
