Przeglądaj źródła

Minor - format code

Julio Montoya 5 lat temu
rodzic
commit
e9f289f57c
1 zmienionych plików z 0 dodań i 5 usunięć
  1. 0 5
      main/social/new_promoted_message.php

+ 0 - 5
main/social/new_promoted_message.php

@@ -188,7 +188,6 @@ function manageForm($default, $select_from_user_list = null, $sent_to = '', $tpl
             }
             }
 
 
             MessageManager::cleanAudioMessage();
             MessageManager::cleanAudioMessage();
-
         }
         }
         Security::clear_token();
         Security::clear_token();
         header('Location: '.api_get_path(WEB_PATH).'main/social/promoted_messages.php');
         header('Location: '.api_get_path(WEB_PATH).'main/social/promoted_messages.php');
@@ -203,14 +202,12 @@ function manageForm($default, $select_from_user_list = null, $sent_to = '', $tpl
     return $html;
     return $html;
 }
 }
 
 
-
 $this_section = SECTION_SOCIAL;
 $this_section = SECTION_SOCIAL;
 $interbreadcrumb[] = [
 $interbreadcrumb[] = [
     'url' => api_get_path(WEB_PATH).'main/social/home.php',
     'url' => api_get_path(WEB_PATH).'main/social/home.php',
     'name' => get_lang('SocialNetwork'),
     'name' => get_lang('SocialNetwork'),
 ];
 ];
 
 
-
 $interbreadcrumb[] = [
 $interbreadcrumb[] = [
     'url' => api_get_path(WEB_PATH).'main/messages/inbox.php',
     'url' => api_get_path(WEB_PATH).'main/messages/inbox.php',
     'name' => get_lang('Messages'),
     'name' => get_lang('Messages'),
@@ -232,7 +229,6 @@ $social_right_content .= '</div>';
 $social_right_content .= '</div>';
 $social_right_content .= '</div>';
 $social_right_content .= '<div class="col-md-12">';
 $social_right_content .= '<div class="col-md-12">';
 
 
-
 // MAIN CONTENT
 // MAIN CONTENT
 if (!isset($_POST['compose'])) {
 if (!isset($_POST['compose'])) {
     if (isset($_GET['re_id'])) {
     if (isset($_GET['re_id'])) {
@@ -255,7 +251,6 @@ if (!isset($_POST['compose'])) {
 $social_right_content .= '</div>';
 $social_right_content .= '</div>';
 $social_right_content .= '</div>';
 $social_right_content .= '</div>';
 
 
-
 // Block Social Avatar
 // Block Social Avatar
 SocialManager::setSocialUserBlock($tpl, api_get_user_id(), 'messages');
 SocialManager::setSocialUserBlock($tpl, api_get_user_id(), 'messages');
 MessageManager::cleanAudioMessage();
 MessageManager::cleanAudioMessage();