Contact Form by BestWebSoft - Version 2011.2.03

Version Description

Download this release

Release Info

Developer bestwebsoft
Plugin Icon 128x128 Contact Form by BestWebSoft
Version 2011.2.03
Comparing to
See all releases

Code changes from version 2011.2.02 to 2011.2.03

Files changed (1) hide show
  1. contact_form.php +3 -1
contact_form.php CHANGED
@@ -4,7 +4,7 @@ Plugin Name: Contact Form Plugin
4
  Plugin URI: http://bestwebsoft.com/plugin/
5
  Description: Plugin for portfolio.
6
  Author: BestWebSoft
7
- Version: 2.02
8
  Author URI: http://bestwebsoft.com/
9
  License: GPLv2 or later
10
  */
@@ -179,6 +179,8 @@ if( ! function_exists( 'cntctfrm_settings_page' ) ) {
179
  if( ! function_exists( 'cntctfrm_display_form' ) ) {
180
  function cntctfrm_display_form() {
181
  global $error_message;
 
 
182
  $content = "";
183
 
184
  $result = "";
4
  Plugin URI: http://bestwebsoft.com/plugin/
5
  Description: Plugin for portfolio.
6
  Author: BestWebSoft
7
+ Version: 2.03
8
  Author URI: http://bestwebsoft.com/
9
  License: GPLv2 or later
10
  */
179
  if( ! function_exists( 'cntctfrm_display_form' ) ) {
180
  function cntctfrm_display_form() {
181
  global $error_message;
182
+ global $cntctfrm_options;
183
+ $cntctfrm_options = get_option( 'cntctfrm_options' );
184
  $content = "";
185
 
186
  $result = "";