revert the change.

This commit is contained in:
wlx 2009-07-17 09:45:44 +00:00
parent 835e063a74
commit a558faf1ad
1 changed files with 1 additions and 1 deletions

View File

@ -1,9 +1,9 @@
<?php <?php
//生成西部数据中心离线申请表 //生成西部数据中心离线申请表
require_once('fpdf/chinese-unicode.php'); require_once('fpdf/chinese-unicode.php');
require_once('fpdi/fpdi.php');
class ApplicantPDF extends FPDI class ApplicantPDF extends FPDI
{ {
require_once('fpdi/fpdi.php');
public $template;//模板文件的路径 public $template;//模板文件的路径
public $data;//包含具体的数据,数组 public $data;//包含具体的数据,数组
public $fontsize=10; public $fontsize=10;