/[drupal]/contributions/modules/geshifilter/geshifilter.module
ViewVC logotype

Diff of /contributions/modules/geshifilter/geshifilter.module

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph | View Patch Patch

revision 1.47, Sat Jul 4 11:05:56 2009 UTC revision 1.48, Sun Jul 12 15:00:28 2009 UTC
# Line 1  Line 1 
1  <?php  <?php
2  // $Id: geshifilter.module,v 1.46 2009/07/04 09:48:59 soxofaan Exp $  // $Id: geshifilter.module,v 1.47 2009/07/04 11:05:56 soxofaan Exp $
3    
4  /**  /**
5   * @file   * @file
# Line 219  function geshifilter_requirements($phase Line 219  function geshifilter_requirements($phase
219        $requirements[] = array(        $requirements[] = array(
220          'title' => 'GeSHi filter',          'title' => 'GeSHi filter',
221          'value' => t('GeSHi library not found.'),          'value' => t('GeSHi library not found.'),
222          'description' => t('You should install the GeSHi library and set its path in the !geshisettings.',          'description' => t('You should install the GeSHi library and set its path in the <a href="!geshisettings">GeSHi settings</a>.',
223            array('!geshisettings' => l('GeSHi settings', 'admin/settings/geshifilter'))),            array('!geshisettings' => url('admin/settings/geshifilter'))),
224          'severity' => REQUIREMENT_ERROR,          'severity' => REQUIREMENT_ERROR,
225        );        );
226      }      }

Legend:
Removed from v.1.47  
changed lines
  Added in v.1.48

  ViewVC Help
Powered by ViewVC 1.1.2