/[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.7, Sat Jul 4 11:05:56 2009 UTC revision 1.8, Sun Jul 12 15:00:28 2009 UTC
# Line 1  Line 1 
1  <?php  <?php
2  // $Id: geshifilter.inc,v 1.6 2009/07/04 09:48:59 soxofaan Exp $  // $Id: geshifilter.inc,v 1.7 2009/07/04 11:05:56 soxofaan Exp $
3    
4  /**  /**
5   * @file   * @file
# Line 50  function _geshifilter_check_geshi_librar Line 50  function _geshifilter_check_geshi_librar
50      }      }
51      else {      else {
52        $geshi_library['success'] = FALSE;        $geshi_library['success'] = FALSE;
53        $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 in directory %dir.' , array('%dir' => $geshi_dir));
54      }      }
55      // store in cache if needed      // store in cache if needed
56      if ($use_cache) {      if ($use_cache) {

Legend:
Removed from v.1.7  
changed lines
  Added in v.1.8

  ViewVC Help
Powered by ViewVC 1.1.2