From 65e80365fabe96553d8771eae18225d6f2066008 Mon Sep 17 00:00:00 2001 From: conradverm Date: Mon, 22 Oct 2007 21:48:21 +0000 Subject: [PATCH] KTS-673 "The search algorithm needs some work" Updated. --- search2/indexing/extractors/OOPresentationExtractor.inc.php | 26 ++++++++++++++++++++++++-- 1 file changed, 24 insertions(+), 2 deletions(-) diff --git a/search2/indexing/extractors/OOPresentationExtractor.inc.php b/search2/indexing/extractors/OOPresentationExtractor.inc.php index e832cc9..c6c6c22 100755 --- a/search2/indexing/extractors/OOPresentationExtractor.inc.php +++ b/search2/indexing/extractors/OOPresentationExtractor.inc.php @@ -1,9 +1,17 @@ documentConverter = KT_DIR . '/bin/openoffice/pdfgen.py'; + if (!is_file($this->documentConverter)) + { + $this->documentConverter = false; + } + } +} + + ?> \ No newline at end of file -- libgit2 0.21.4