Changeset 712 for trunk/phpbms/fpdf/pdf_parser.php
- Timestamp:
- 01/05/10 09:42:49 (2 years ago)
- Files:
-
- 1 modified
-
trunk/phpbms/fpdf/pdf_parser.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/phpbms/fpdf/pdf_parser.php
r693 r712 104 104 $this->getPDFVersion(); 105 105 106 $this->c = &new pdf_context($this->f);106 $this->c = new pdf_context($this->f); 107 107 108 108 // Read xref-Data … … 450 450 451 451 if ($this->actual_obj[1][1]['/Length'][0] == PDF_TYPE_OBJREF) { 452 $tmp_c = &new pdf_context($this->f);452 $tmp_c = new pdf_context($this->f); 453 453 $tmp_length = $this->pdf_resolve_object($tmp_c,$this->actual_obj[1][1]['/Length']); 454 454 $length = $tmp_length[1][1];