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:
be09a99
)
more cleanup CRM-12966
author
Kurund Jalmi
<kurund@civicrm.org>
Thu, 4 Jul 2013 21:58:48 +0000
(
03:28
+0530)
committer
Kurund Jalmi
<kurund@civicrm.org>
Thu, 4 Jul 2013 21:58:48 +0000
(
03:28
+0530)
CRM/Badge/BAO/Badge.php
patch
|
blob
|
blame
|
history
diff --git
a/CRM/Badge/BAO/Badge.php
b/CRM/Badge/BAO/Badge.php
index 1da9312a341ef762216e4e12c568e9aeee967d73..19bf2aa38b44045da447ad0e768de0d39b528051 100644
(file)
--- a/
CRM/Badge/BAO/Badge.php
+++ b/
CRM/Badge/BAO/Badge.php
@@
-37,6
+37,11
@@
* parent class for building name badges
*/
class CRM_Badge_BAO_Badge {
+
+ public $debug = FALSE;
+
+ public $border = 0;
+
/**
* This function is called to create name label pdf
*
@@
-55,7
+60,6
@@
class CRM_Badge_BAO_Badge {
$this->pdf->SetGenerator($this, "generateLabel");
// this is very useful for debugging, by default set to FALSE
- $this->debug = TRUE;
if ($this->debug) {
$this->border = "LTRB";
}