# This patch file was generated by NetBeans IDE
# Following Index: paths are relative to: Z:\home\netbeans.test\ffl\tag\drupal7\sites\all\modules\transliteration
# This patch can be applied using context Tools: Patch action on respective folder.
# It uses platform neutral UTF-8 encoding and \n newlines.
# Above lines and this line are ignored by the patching process.
Index: transliteration.inc
--- transliteration.inc Базовая редакция (BASE)
+++ transliteration.inc Изменен локально (на основе LOCAL)
@@ -25,7 +25,7 @@
  * @return
  *   Transliterated text.
  */
-function transliteration_process($string, $unknown = '?', $source_langcode = NULL) {
+function transliteration_run_process($string, $unknown = '?', $source_langcode = NULL) {
   // ASCII is always valid NFC! If we're only ever given plain ASCII, we can
   // avoid the overhead of initializing the decomposition tables by skipping
   // out early.
Index: transliteration.module
--- transliteration.module Базовая редакция (BASE)
+++ transliteration.module Изменен локально (на основе LOCAL)
@@ -118,7 +118,7 @@
     module_load_include('inc', 'transliteration');
     $loaded = TRUE;
   }
-  return transliteration_process($text, $unknown, $source_langcode);
+  return transliteration_run_process($text, $unknown, $source_langcode);
 }
 
 /**
