New upstream version 0.6.27
This commit is contained in:
6
share/pnp/application/vendor/fpdf/fpdi.php
vendored
6
share/pnp/application/vendor/fpdf/fpdi.php
vendored
@@ -558,8 +558,8 @@ class FPDI extends FPDF_TPL
|
||||
$this->_straightOut('<<');
|
||||
|
||||
reset ($value[1]);
|
||||
|
||||
while (list($k, $v) = each($value[1])) {
|
||||
|
||||
foreach($value[1] as $k => $v) {
|
||||
$this->_straightOut($k . ' ');
|
||||
$this->_writeValue($v);
|
||||
}
|
||||
@@ -690,4 +690,4 @@ class FPDI extends FPDF_TPL
|
||||
$parser->closeFile();
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user