Changeset 43 for export.php
- Timestamp:
- Jan 29, 2009, 1:13:27 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
export.php
r40 r43 1 1 <?php 2 2 3 function WithOutDiacritical($teststring){ 4 $teststring=StrTr($teststring, "áäčďéěëíňóöřšťúůüýžÁÄČĎÉĚËÍŇÓÖŘŠŤÚŮÜÝŽ", "aacdeeeinoorstuuuyzAACDEEEINOORSTUUUYZ"); 5 6 7 3 function WithOutDiacritical($teststring) 4 { 5 $teststring = StrTr($teststring, "áäčďéěëíňóöřšťúůüýžÁÄČĎÉĚËÍŇÓÖŘŠŤÚŮÜÝŽ", "aacdeeeinoorstuuuyzAACDEEEINOORSTUUUYZ"); 6 return $teststring; 7 } 8 8 9 9 $Diacritical = @$_POST['Diacritical']; … … 20 20 21 21 $BufferHeader = ' 22 /* Gener ated by maron web translate application23 =========================================== =24 22 /* Generováno projektem wowpreklad.zdechov.net 23 =========================================== 24 25 25 WebProject: '.$Config['Web']['BaseURL'].' 26 26 E-mail: maron2@centrum.cz
Note:
See TracChangeset
for help on using the changeset viewer.