Show
Ignore:
Timestamp:
05/12/08 14:04:28 (7 months ago)
Author:
aarkerio
Message:

Improved helper

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/app/views/helpers/fpdf.php

    r474 r475  
    11<?php  
    22/** 
    3 *    Chipotle Software TM 
    4 *    Manuel Montoya 2002-2008 
    5 *    GPLv3 manuel<arroba>mononeurona<punto>org 
     3*    Chipotle Software TM 2002-2008 
     4*   @author: Manuel Montoya     manuel<arroba>mononeurona<punto>org 
     5*   @license: GPLv3  
    66*/ 
    77App::import('Vendor', 'fpdf/myfpdf'); 
     
    2626  public function setData($data) 
    2727  { 
    28     $string  =  utf8_decode($data); 
     28    $string  =  utf8_decode($data);  // UTF-8 
    2929    $this->pdf->Cell(0,5,$string,1,1,'L'); 
    3030    $this->pdf->Ln(5);