From 37bf7bc20e2e3524b00514752f55ec9a3e7e01b4 Mon Sep 17 00:00:00 2001 From: Sarah Hoffmann Date: Fri, 24 May 2013 23:49:01 +0200 Subject: [PATCH] reduce max term splits --- lib/lib.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/lib.php b/lib/lib.php index 1517b317..cac95d84 100644 --- a/lib/lib.php +++ b/lib/lib.php @@ -169,7 +169,7 @@ { $aResult = array(array(join(' ',$aWords))); $sFirstToken = ''; - if ($iDepth < 8) { + if ($iDepth < 7) { while(sizeof($aWords) > 1) { $sWord = array_shift($aWords); -- 2.39.5