Changeset 795 for trunk/Application/System.php
- Timestamp:
- Feb 4, 2016, 3:42:03 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Application/System.php
r791 r795 165 165 $this->Database->ShowSQLError = $this->Config['Web']['ShowSQLError']; 166 166 $this->Database->ShowSQLQuery = $this->Config['Web']['ShowSQLQuery']; 167 if(isset($this->Config['Web']['LogSQLQuery'])) 168 $this->Database->LogSQLQuery = $this->Config['Web']['LogSQLQuery']; 167 169 } catch (Exception $E) { 168 170 //$Output .= 'Nelze se připojit k databázi.';
Note:
See TracChangeset
for help on using the changeset viewer.