Changeset 712 for trunk/phpbms/fpdf/fpdi.php
- Timestamp:
- 01/05/10 09:42:49 (2 years ago)
- Files:
-
- 1 modified
-
trunk/phpbms/fpdf/fpdi.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/phpbms/fpdf/fpdi.php
r693 r712 83 83 84 84 if (!isset($this->parsers[$fn])) 85 $this->parsers[$fn] = &new fpdi_pdf_parser($fn, $this);85 $this->parsers[$fn] = new fpdi_pdf_parser($fn, $this); 86 86 $this->current_parser =& $this->parsers[$fn]; 87 87