| 1 |
<?php |
<?php |
| 2 |
// $Id: apachesolr.install,v 1.1.4.24 2009/11/15 14:52:28 pwolanin Exp $ |
// $Id: apachesolr.install,v 1.1.4.25 2009/11/15 16:29:38 pwolanin Exp $ |
| 3 |
|
|
| 4 |
/** |
/** |
| 5 |
* @file |
* @file |
| 43 |
); |
); |
| 44 |
} |
} |
| 45 |
// All phases |
// All phases |
| 46 |
$title = $t('Apache Solr PHP CLient Library'); |
$title = $t('Apache Solr PHP Client Library'); |
| 47 |
if ($file_exists) { |
if ($file_exists) { |
| 48 |
$expected_revision = 'Revision: 22'; |
$expected_revision = 'Revision: 22'; |
| 49 |
require_once 'SolrPhpClient/Apache/Solr/Service.php'; |
require_once 'SolrPhpClient/Apache/Solr/Service.php'; |