Changeset 43 for export.php


Ignore:
Timestamp:
Jan 29, 2009, 1:13:27 PM (15 years ago)
Author:
george
Message:

Zkopírování hlavní vývojové větve do podsložky trunk.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • export.php

    r40 r43  
    11<?php
    22
    3         function WithOutDiacritical($teststring){
    4                 $teststring=StrTr($teststring, "áäčďéěëíňóöřšťúůüýžÁÄČĎÉĚËÍŇÓÖŘŠŤÚŮÜÝŽ", "aacdeeeinoorstuuuyzAACDEEEINOORSTUUUYZ");
    5 
    6                 return $teststring;
    7         }
     3function WithOutDiacritical($teststring)
     4{
     5  $teststring = StrTr($teststring, "áäčďéěëíňóöřšťúůüýžÁÄČĎÉĚËÍŇÓÖŘŠŤÚŮÜÝŽ", "aacdeeeinoorstuuuyzAACDEEEINOORSTUUUYZ");
     6  return $teststring;
     7}
    88
    99    $Diacritical = @$_POST['Diacritical'];
     
    2020
    2121    $BufferHeader = '
    22 /*  Generated by maron web translate application
    23     ============================================
    24    
     22/*  Generováno projektem wowpreklad.zdechov.net
     23    ===========================================
     24
    2525    WebProject: '.$Config['Web']['BaseURL'].'
    2626    E-mail: maron2@centrum.cz
Note: See TracChangeset for help on using the changeset viewer.