Check for extra field not fax
authorSteve Sutton <steve@gaslightmedia.com>
Mon, 2 Nov 2015 18:32:51 +0000 (13:32 -0500)
committerSteve Sutton <steve@gaslightmedia.com>
Mon, 2 Nov 2015 18:32:51 +0000 (13:32 -0500)
glm-client-info.php
views/vCard.php

index d85f49d..ad962c2 100644 (file)
@@ -2,7 +2,7 @@
 /**
  * Plugin Name: GLM Client Info
  * Description: Option Setting for the name address and phone numbers. Includes Widget
- * Version: 1.0.0
+ * Version: 1.0.l
  * Author: Steve Sutton
  * Author URI: http://www.gaslightmedia.com
  * License: All right reserved
index 61ef6fb..6aed12e 100644 (file)
@@ -28,7 +28,7 @@
     <span class="value"><?php echo $this->glm_get_clientinfo_option('fax');?></span>
 </p>
 <?php endif;?>
-<?php if ($this->glm_get_clientinfo_option('fax')):?>
+<?php if ($this->glm_get_clientinfo_option('extra')):?>
     <?php echo $this->glm_get_clientinfo_option('extra');?>
 <?php endif;?>
 </div><!-- /#address -->