Changeset 951 for trunk/Application/Core.php
- Timestamp:
- Jul 12, 2023, 9:02:24 PM (16 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Application/Core.php
r922 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.