Commit b0618536f0c8dc11f3b5e4314fada648aaedec4e
1 parent
b6799ee3
KTS-2360
"Remove cache logging." Updated. Added KTLOG_CACHE Committed By: Conrad Vermeulen Reviewed By: Kevin Fourie git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@7197 c91229c3-7414-0410-bfa2-8a42b809f60b
Showing
1 changed file
with
2 additions
and
0 deletions
config/dmsDefaults.php
| @@ -551,6 +551,8 @@ require_once(KT_DIR . '/search2/indexing/indexerCore.inc.php'); | @@ -551,6 +551,8 @@ require_once(KT_DIR . '/search2/indexing/indexerCore.inc.php'); | ||
| 551 | $KTInit->initConfig(); | 551 | $KTInit->initConfig(); |
| 552 | $KTInit->setupI18n(); | 552 | $KTInit->setupI18n(); |
| 553 | 553 | ||
| 554 | +define('KTLOG_CACHE',false); | ||
| 555 | + | ||
| 554 | if ($GLOBALS['kt_test']) { | 556 | if ($GLOBALS['kt_test']) { |
| 555 | $KTInit->initTesting(); | 557 | $KTInit->initTesting(); |
| 556 | } | 558 | } |