mirror of
https://github.com/ACSPRI/queXS
synced 2024-04-02 12:12:16 +00:00
Merging the updated Limesurvey 1.92+ branch of queXS to trunk
This commit is contained in:
@@ -6234,10 +6234,10 @@ class TCPDF {
|
||||
$this->y = $y;
|
||||
$this->SetX($x + $w + $mc_margin['L'] + $mc_margin['R']);
|
||||
}
|
||||
$this->setContentMark();
|
||||
$this->cell_padding = $prev_cell_padding;
|
||||
$this->cell_margin = $prev_cell_margin;
|
||||
return $currentY-$this->y;
|
||||
$this->setContentMark();
|
||||
$this->cell_padding = $prev_cell_padding;
|
||||
$this->cell_margin = $prev_cell_margin;
|
||||
return $currentY-$this->y;
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user