]> git.mxchange.org Git - mailer.git/blobdiff - inc/modules/admin/what-list_links.php
Extension ext-network continued:
[mailer.git] / inc / modules / admin / what-list_links.php
index cc344e13c26136a1e43380436a6127dffd3f7ae5..0acde7aa1984e9364687c6e7e10031988a531c34 100644 (file)
@@ -118,7 +118,10 @@ if (isGetRequestElementSet('userid')) {
                                                $content = SQL_FETCHARRAY($result_data);
 
                                                // Fix empty subject
-                                               if (empty($content['subject'])) $content['subject'] = '{--DEFAULT_SUBJECT_LINE--}';
+                                               if (empty($content['subject'])) {
+                                                       // The subject line is empty so we use the default
+                                                       $content['subject'] = '{--DEFAULT_SUBJECT_LINE--}';
+                                               } // END - if
 
                                                // Prepare data for the row template
                                                $content['link']      = $LINK;