Update hard_copy.php
[clinton/MarylandElectronicPetitionSignature.git] / hard_copy.php
index 51c873c..cecc4e4 100644 (file)
@@ -33,7 +33,7 @@ $DOB = $_COOKIE['pDOB'];
 $SIGNED = date('Y-m-d');
 
 if ($hide_county == 'NO'){
-  if ( $_COOKIE['pCOUNTY'] == 'Baltimore City'){
+  if ( $_COOKIE['pCOUNTY'] == 'Baltimore City' || $_COOKIE['debug'] == 'on'){
     // City Checkbox
     $cord = $d['text_cord_cityX'];
     $array = explode(",",$cord);