Ignore:
Timestamp:
Sep 14, 2008, 9:10:49 PM (16 years ago)
Author:
george
Message:
  • Opraveno: Soubor pro převod kódování znaků do a z UTF-8.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • devel/www/finance/bills.php

    r107 r109  
    196196  function HtmlToPdf($HtmlCode)
    197197  {
    198     $Output = shell_exec('echo "'.addslashes(from_utf8($HtmlCode)).'"|htmldoc --no-numbered --webpage --charset 8859-2 -t pdf -');
     198    $Output = shell_exec('echo "'.addslashes(FromUTF8($HtmlCode)).'"|htmldoc --no-numbered --webpage --charset 8859-2 -t pdf -');
    199199    return($Output);
    200200  }
Note: See TracChangeset for help on using the changeset viewer.