Skip to content

Commit

Permalink
1.51.08 release
Browse files Browse the repository at this point in the history
  • Loading branch information
kalcaddle committed Jul 10, 2024
1 parent 8d5f378 commit b0a2a62
Show file tree
Hide file tree
Showing 11 changed files with 14 additions and 14 deletions.
2 changes: 1 addition & 1 deletion app/kod/FileParsePdf.class.php
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ private static function decodeXref(&$fileInfo){
$xref['trailer']['info'] = intval($matches[1]).'_'.intval($matches[2]);
}
if (preg_match('/ID[\s]*[\[][\s]*[<]([^>]*)[>][\s]*[<]([^>]*)[>]/i', $trailerData, $matches) > 0) {
$xref['trailer']['id'] = [];
$xref['trailer']['id'] = array();
$xref['trailer']['id'][0] = $matches[1];
$xref['trailer']['id'][1] = $matches[2];
}
Expand Down
2 changes: 1 addition & 1 deletion app/sdks/Mailer/src/PHPMailer.class.php
Original file line number Diff line number Diff line change
Expand Up @@ -319,7 +319,7 @@ class PHPMailer
/**
* Whether to use SMTP authentication.
* Uses the Username and Password properties.
*
*
* @see PHPMailer::$Username
* @see PHPMailer::$Password
*
Expand Down
2 changes: 1 addition & 1 deletion app/sdks/archiveLib/bin/data.bin

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions static/app/dist/api.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions static/app/dist/lib.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions static/app/dist/main.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion static/app/dist/sdk.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion static/app/dist/vendor.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion static/style/dist/main.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion static/style/dist/sdk.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion static/style/lib/main.css

Large diffs are not rendered by default.

0 comments on commit b0a2a62

Please # to comment.