]> git.openstreetmap.org Git - nominatim.git/blobdiff - lib/lib.php
log referer
[nominatim.git] / lib / lib.php
index 3b16b399a6e9eb9001ac2755073ba491836657dd..a4e4aa6c737ff9674b1ef6a1f68ac8cd6b51eb1c 100644 (file)
        {
                $aResult = array(array(join(' ',$aWords)));
                $sFirstToken = '';
-               if ($iDepth < 8) {
+               if ($iDepth < 7) {
                        while(sizeof($aWords) > 1)
                        {
                                $sWord = array_shift($aWords);