From: Kurund Jalmi Date: Thu, 4 Jul 2013 21:58:48 +0000 (+0530) Subject: more cleanup CRM-12966 X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=382139c414ffb7e4d5aba923d5248dc95f108eab;p=civicrm-core.git more cleanup CRM-12966 --- diff --git a/CRM/Badge/BAO/Badge.php b/CRM/Badge/BAO/Badge.php index 1da9312a34..19bf2aa38b 100644 --- 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"; }