]> git.mxchange.org Git - mailer.git/blobdiff - mailid.php
New debugging function debugOutput() introduced, some rewrites to EL:
[mailer.git] / mailid.php
index eff588330e67242a4e93435612586fb22e485e5e..b7447325826d6cec8971dd3ab737fb681676cd61 100644 (file)
@@ -129,7 +129,10 @@ if (($url_userid) > 0 && (($url_mid > 0) || ($url_bid > 0)) && (!ifFatalErrorsDe
                                // Status must be CONFIRMED
                                if (getUserData('status') == 'CONFIRMED') {
                                        // Update last activity if not admin
-                                       updateLastActivity($url_userid);
+                                       if (!isAdmin()) {
+                                               // Is not admin, so update last activity
+                                               updateLastActivity($url_userid);
+                                       } // END - if
 
                                        // User has confirmed his account so we can procede...
                                        // @TODO Rewrite this to a filter