projects
/
civicrm-core.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d727a86
)
CRM-12394
author
Donald A. Lobo
<lobo@civicrm.org>
Sun, 21 Apr 2013 16:46:28 +0000
(09:46 -0700)
committer
Donald A. Lobo
<lobo@civicrm.org>
Sun, 21 Apr 2013 16:46:28 +0000
(09:46 -0700)
----------------------------------------
* CRM-12394: Typo in "Name Tent" event badge class causes fatal error
http://issues.civicrm.org/jira/browse/CRM-12394
CRM/Event/Badge/NameTent.php
patch
|
blob
|
blame
|
history
diff --git
a/CRM/Event/Badge/NameTent.php
b/CRM/Event/Badge/NameTent.php
index fa65f8b0ef1141ef4f4d085e2e8d09518f3864f5..3f82b3c24e80e349d9883c24b30efa25cf859ffc 100644
(file)
--- a/
CRM/Event/Badge/NameTent.php
+++ b/
CRM/Event/Badge/NameTent.php
@@
-45,7
+45,7
@@
class CRM_Event_Badge_NameTent extends CRM_Event_Badge {
$ph = 210;
$this->lMargin = 10;
$this->tMargin = 0;
- $w = $pw - 2 * $this->lMargin
g
;
+ $w = $pw - 2 * $this->lMargin;
$h = $ph - 2 * $this->tMargin;
$this->format = array(
'name' => 'A4 horiz', 'paper-size' => 'A4', 'metric' => 'mm', 'lMargin' => 0,