]> git.mxchange.org Git - mailer.git/commitdiff
Changed important SERVER_URL which now points to the right URL
authorquix0r <quix0r@mxchange.org>
Sat, 25 Jun 2011 01:30:13 +0000 (01:30 +0000)
committerquix0r <quix0r@mxchange.org>
Sat, 25 Jun 2011 01:30:13 +0000 (01:30 +0000)
inc/databases.php
inc/modules/admin/what-email_archiv.php
inc/template-functions.php

index 6b84f3fbd831ce7c5153c6b058c473e5195ff0d4..4f011b75f4fc176a1f29066e31e100fcdba19b9a 100644 (file)
@@ -82,7 +82,7 @@ addCode('PROFILE_UPDATED'    , 0x024);
 setConfigEntry('FULL_VERSION', '0.2.1-FINAL');
 
 // Server-URL (DO NOT CHANGE THIS OR YOU CANNOT CHECK FOR UPDATES/EXTENSIONS!)
-setConfigEntry('SERVER_URL', 'http://www.mxchange.org');
+setConfigEntry('SERVER_URL', 'http://mxchange.org');
 
 // One day
 setConfigEntry('ONE_DAY', (60*60*24));
index d6338d6fe1e7413983e847d6bf5a9afcc6ec6243..acab810fad0fc551ae35a60835c6c9ca755bdf74 100644 (file)
@@ -96,7 +96,7 @@ if (!SQL_HASZERONUMS($result)) {
                SQL_FREERESULT($result_mails);
 
                // Unconfirmed mails
-               $pool['unconfirmed'] = generateUnconfirmedAdminLink($pool['id'],  ($pool['max_rec'] - $pool['clicks']), 'mid');
+               $pool['unconfirmed'] = generateUnconfirmedAdminLink($pool['id'], ($pool['max_rec'] - $pool['clicks']), 'mid');
 
                // Prepare data for the row template
                $content['timestamp'] = generateDateTime($pool['timestamp'], 0);
index a768c907f726fb7e2dcc399806d124cb1304648b..597c5be9303f8e56b1b58dbb370208e7db1fc2be 100644 (file)
@@ -1343,7 +1343,7 @@ function linenumberCode ($code)    {
                if ($count_lines == 1) {
                        $r .= 1;
                } else {
-                       $r .= ($line == ($count_lines - 1)) ? '' :  ($line+1);
+                       $r .= ($line == ($count_lines - 1)) ? '' : ($line+1);
                }
                $r .= '</span>|';