/[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.18.2.63, Sun Jan 4 16:46:52 2009 UTC revision 1.18.2.64, Sun Jul 12 23:33:02 2009 UTC
# Line 1  Line 1 
1  <?php  <?php
2  // $Id: geshifilter.module,v 1.18.2.62 2008/05/01 20:08:57 soxofaan Exp $  // $Id: geshifilter.module,v 1.18.2.63 2009/01/04 16:46:52 soxofaan Exp $
3    
4  /**  /**
5   * @file   * @file
# Line 235  function geshifilter_requirements($phase Line 235  function geshifilter_requirements($phase
235        $requirements[] = array(        $requirements[] = array(
236          'title' => 'GeSHi filter',          'title' => 'GeSHi filter',
237          'value' => t('GeSHi library not found.'),          'value' => t('GeSHi library not found.'),
238          '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>.',
239            array('!geshisettings' => l('GeSHi settings', 'admin/settings/geshifilter'))),            array('!geshisettings' => url('admin/settings/geshifilter'))),
240          'severity' => REQUIREMENT_ERROR,          'severity' => REQUIREMENT_ERROR,
241        );        );
242      }      }

Legend:
Removed from v.1.18.2.63  
changed lines
  Added in v.1.18.2.64

  ViewVC Help
Powered by ViewVC 1.1.2