Ignore:
Timestamp:
Nov 24, 2013, 5:50:38 PM (10 years ago)
Author:
mistic100
Message:

compatible with new l10n

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/plugin_lang_analysis/include/functions.inc.php

    r23584 r25677  
    103103  {
    104104    // l10n
    105     if (preg_match_all('#l10n\((?:\s*)(?:["\']{1})(.*?)(?:["\']{1})(?:\s*)\)#', $line, $matches))
     105    if (preg_match_all('#l10n\((?:\s*)(?:["\']{1})(.*?)(?:["\']{1})#', $line, $matches))
    106106    {
    107107      for ($j=0; $j<count($matches[1]); ++$j)
Note: See TracChangeset for help on using the changeset viewer.