Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
Tenzing
/
pdf-customizer
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
fc67568b
authored
2016-05-13 17:01:06 -0400
by
Jeff Balicki
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
e4
1 parent
8e66130f
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
app/pdfModel.php
app/pdfModel.php
View file @
fc67568
...
...
@@ -120,7 +120,7 @@ class pdfModel extends Model
}
$idstylesPDF
=
DB
::
table
(
'stylesPDF'
)
->
insertGetId
(
array
(
'label'
=>
$change
->
label
,
'style'
=>
'a:3:{s:11:"font-family";s:11:"TradeGothic";s:9:"font-size";s:2:"14";s:10:"font-color";s:14:"cmyk 0 0 0.5 0";}'
)
array
(
'label'
=>
$change
->
label
,
'style'
=>
$change
->
style
)
);
$idchangesPDF
=
DB
::
table
(
'changesPDF'
)
->
insertGetId
(
...
...
Please
register
or
sign in
to post a comment