Changeset 602 for trunk/includes
- Timestamp:
- Nov 25, 2013, 11:01:32 PM (11 years ago)
- Location:
- trunk/includes
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/includes/Version.php
r601 r602 6 6 // and system will need database update. 7 7 8 $Revision = 60 1; // Subversion revision8 $Revision = 602; // Subversion revision 9 9 $DatabaseRevision = 600; // Database structure revision 10 10 $ReleaseTime = '2013-11-25'; -
trunk/includes/system.php
r600 r602 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.