Subversion Repositories cheapmusic

Rev

Rev 103 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 103 Rev 155
Line 532... Line 532...
532
		
532
		
533
		// show only required search engines
533
		// show only required search engines
534
		foreach ($list as $keywordInfo) {
534
		foreach ($list as $keywordInfo) {
535
			$keySeList = explode(":", $keywordInfo['searchengines']);
535
			$keySeList = explode(":", $keywordInfo['searchengines']);
536
			foreach ($keySeList as $keySeId) {
536
			foreach ($keySeList as $keySeId) {
537
				if (empty($seDisplayList[$keySeId])) {
537
				if (empty($seDisplayList[$keySeId]) && !empty($seList[$keySeId])) {
538
					$seDisplayList[$keySeId] = $seList[$keySeId];
538
					$seDisplayList[$keySeId] = $seList[$keySeId];
539
				}
539
				}
540
			}
540
			}
541
		}
541
		}
542
		
542