Huge HTML/CSS rewrite (see forum)
[mailer.git] / inc / modules / admin / overview-inc.php
index d2d02ed497daf56004acd4d11dba01ab7cfef839..da819b4e753547c18d9f108c865ebbf77388bcb3 100644 (file)
@@ -332,6 +332,8 @@ LIMIT 1",
                                                                        'pid' => $pid,
                                                                        'tid' => $tid,
                                                                );
+
+                                                               // Load template
                                                                $OUT .= loadTemplate('admin_payout_overview_form', true, $content);
                                                        } else {
                                                                // Problem obtaining payout id
@@ -347,7 +349,7 @@ LIMIT 1",
                                                if (isExtensionActive('wernis')) {
                                                        // Extension is installed so let him send a notification to the user
                                                        $result_pay = SQL_QUERY_ESC("SELECT `id` FROM `{?_MYSQL_PREFIX?}_user_wernis` WHERE `userid`=%s AND wernis_timestamp=%s LIMIT 1",
-                                                       array(bigintval($userid), bigintval($created)), __FILE__, __LINE__);
+                                                               array(bigintval($userid), bigintval($created)), __FILE__, __LINE__);
                                                        list($pid) = SQL_FETCHROW($result_pay);
                                                        SQL_FREERESULT($result_pay);