| 1 |
<?php |
<?php |
| 2 |
// $Id: game.install,v 1.3.2.4 2008/11/19 00:11:06 morbus Exp $ |
// $Id: coder_tough_love.install,v 1.1.2.1 2008/11/20 15:35:44 morbus Exp $ |
| 3 |
|
|
| 4 |
/** |
/** |
| 5 |
* @file |
* @file |
| 14 |
$requirements = array(); |
$requirements = array(); |
| 15 |
|
|
| 16 |
if ($phase == 'runtime') { |
if ($phase == 'runtime') { |
| 17 |
if (!function_exists('pspell_news')) { |
if (!function_exists('pspell_new')) { |
| 18 |
$requirements['coder_tough_love_pspell'] = array( |
$requirements['coder_tough_love_pspell'] = array( |
| 19 |
'title' => $t('Pspell library'), |
'title' => $t('Pspell library'), |
| 20 |
'value' => $t('The Pspell library for PHP is missing. Please check the <a href="@url">PHP documentation</a> for information on how to correct this if you\'d like Coder Tough Love to spell check.', array('@url' => 'http://www.php.net/manual/en/book.pspell.php')), |
'value' => $t('The Pspell library for PHP is missing. Please check the <a href="@url">PHP documentation</a> for information on how to correct this if you\'d like Coder Tough Love to spell check.', array('@url' => 'http://www.php.net/manual/en/book.pspell.php')), |