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

Diff of /contributions/modules/geshifilter/geshifilter.inc

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

revision 1.4.2.2, Thu May 1 17:01:02 2008 UTC revision 1.4.2.3, Sun Jul 12 23:33:02 2009 UTC
# Line 1  Line 1 
1  <?php  <?php
2  // $Id$  // $Id: geshifilter.inc,v 1.4.2.2 2008/05/01 17:01:02 soxofaan Exp $
3    
4  function _geshifilter_get_geshi_dir() {  function _geshifilter_get_geshi_dir() {
5    return variable_get('geshifilter_geshi_dir', drupal_get_path('module', 'geshifilter') .'/geshi');    return variable_get('geshifilter_geshi_dir', drupal_get_path('module', 'geshifilter') .'/geshi');
# Line 45  function _geshifilter_check_geshi_librar Line 45  function _geshifilter_check_geshi_librar
45      }      }
46      else {      else {
47        $geshi_library['success'] = FALSE;        $geshi_library['success'] = FALSE;
48        $geshi_library['message'] = t('GeSHi library error: Could not find a known version of the GeSHi library at %dir.' , array('%dir' => $geshi_dir));        $geshi_library['message'] = t('GeSHi library error: Could not find a known version of the GeSHi library at directory %dir.' , array('%dir' => $geshi_dir));
49      }      }
50      // store in cache if needed      // store in cache if needed
51      if ($use_cache) {      if ($use_cache) {

Legend:
Removed from v.1.4.2.2  
changed lines
  Added in v.1.4.2.3

  ViewVC Help
Powered by ViewVC 1.1.2