more cleanup CRM-12966
authorKurund Jalmi <kurund@civicrm.org>
Thu, 4 Jul 2013 21:58:48 +0000 (03:28 +0530)
committerKurund Jalmi <kurund@civicrm.org>
Thu, 4 Jul 2013 21:58:48 +0000 (03:28 +0530)
CRM/Badge/BAO/Badge.php

index 1da9312a341ef762216e4e12c568e9aeee967d73..19bf2aa38b44045da447ad0e768de0d39b528051 100644 (file)
  * 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";
     }