From bbda5f6a89b3cf60a4be8bde009afd52e6423171 Mon Sep 17 00:00:00 2001 From: Cameron Date: Fri, 23 May 2014 23:44:05 -0700 Subject: [PATCH] Contact form bootstrap3 styling fixes. --- e107_core/shortcodes/batch/contact_shortcodes.php | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/e107_core/shortcodes/batch/contact_shortcodes.php b/e107_core/shortcodes/batch/contact_shortcodes.php index 94f96990f..6a5dec202 100644 --- a/e107_core/shortcodes/batch/contact_shortcodes.php +++ b/e107_core/shortcodes/batch/contact_shortcodes.php @@ -52,7 +52,7 @@ class contact_shortcodes extends e_shortcode $query = "FIND_IN_SET(".$pref['sitecontacts'].",user_class) "; } - $text = "\n"; $count = $sql -> db_Select("user", "user_id,user_name", $query . " ORDER BY user_name"); @@ -90,7 +90,7 @@ class contact_shortcodes extends e_shortcode function sc_contact_name($parm='') { - return ""; + return ""; } @@ -98,14 +98,14 @@ class contact_shortcodes extends e_shortcode function sc_contact_email($parm='') { - return ""; + return ""; } function sc_contact_subject($parm='') { - return ""; + return ""; } @@ -120,7 +120,7 @@ class contact_shortcodes extends e_shortcode $size = 'input-xxlarge'; } - return ""; + return ""; }