Changeset 795 for trunk/Application
- Timestamp:
- Feb 4, 2016, 3:42:03 PM (9 years ago)
- Location:
- trunk/Application
- Files:
-
- 2 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.'; -
trunk/Application/Version.php
r793 r795 1 1 <?php 2 2 3 $Revision = 79 3; // Subversion revision3 $Revision = 794; // Subversion revision 4 4 $DatabaseRevision = 792; // SQL structure revision 5 $ReleaseTime = strtotime('2016-02-0 3');5 $ReleaseTime = strtotime('2016-02-04');
Note:
See TracChangeset
for help on using the changeset viewer.