Changeset 726 for trunk/includes
- Timestamp:
- Jan 7, 2014, 9:05:55 PM (11 years ago)
- Location:
- trunk/includes
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/includes/Version.php
r725 r726 6 6 // and system will need database update. 7 7 8 $Revision = 72 5; // Subversion revision8 $Revision = 726; // Subversion revision 9 9 $DatabaseRevision = 725; // Database structure revision 10 10 $ReleaseTime = '2014-01-07'; -
trunk/includes/system.php
r712 r726 33 33 $this->Database->ShowSQLQuery = $this->Config['Web']['ShowSQLQuery']; 34 34 $this->Database->ShowSQLError = $this->Config['Web']['ShowSQLError']; 35 //$this->Database->LogSQLQuery = $this->Config['Web']['LogSQLQuery'];35 $this->Database->LogSQLQuery = $this->Config['Web']['LogSQLQuery']; 36 36 $this->ModuleManager = new AppModuleManager(); 37 37
Note:
See TracChangeset
for help on using the changeset viewer.