]> git.mxchange.org Git - mailer.git/blobdiff - inc/modules/admin/what-list_links.php
A lot texts rewritten and exclamation signs removed
[mailer.git] / inc / modules / admin / what-list_links.php
index 6e9ad7d1e237a97886eb614d9eb35cd39d490057..5a0a6afac2ad38757b08605d93e3c93868ecb25f 100644 (file)
@@ -62,11 +62,11 @@ if (isGetRequestElementSet('userid')) {
 
                // Grab user's all unconfirmed mails
                if (isExtensionActive('bonus')) {
-                       // Load bonus ID
+                       // Load bonus id
                        $result = SQL_QUERY_ESC("SELECT stats_id, bonus_id, link_type FROM `{?_MYSQL_PREFIX?}_user_links` WHERE `userid`=%s ORDER BY `id`",
                        array(bigintval(getRequestElement('userid'))), __FILE__, __LINE__);
                } else {
-                       // Load stats ID (2nd will be ignored later! But it is needed for the same fetchrow command)
+                       // Load stats id (2nd will be ignored later! But it is needed for the same fetchrow command)
                        $result = SQL_QUERY_ESC("SELECT stats_id, stats_id, link_type FROM `{?_MYSQL_PREFIX?}_user_links` WHERE `userid`=%s ORDER BY `id` ASC",
                                array(bigintval(getRequestElement('userid'))), __FILE__, __LINE__);
                }
@@ -131,11 +131,11 @@ if (isGetRequestElementSet('userid')) {
 
                                                // Prepare data for the row template
                                                $content = array(
-                                                       'sw'    => $SW,
-                                                       'link'  => $LINK,
-                                                       'subj => $subject,
-                                                       'stamp' => generateDateTime($timestamp, '0'),
-                                                       'cat'   => getCategory($cat),
+                                                       'sw'      => $SW,
+                                                       'link'    => $LINK,
+                                                       'subject' => $subject,
+                                                       'stamp'   => generateDateTime($timestamp, 0),
+                                                       'cat'     => getCategory($cat),
                                                );
 
                                                // Load row template