]> git.mxchange.org Git - mailer.git/blobdiff - inc/modules/chk_login.php
Login bonus fixed, template fixed, referenced to paidlinks removed:
[mailer.git] / inc / modules / chk_login.php
index d02817258a48a17521308d0efbab02aa806d2492..216166dc9942fb2cdeeda42779cdfceb9f049f55 100644 (file)
@@ -1,7 +1,7 @@
 <?php
 /************************************************************************
- * MXChange v0.2.1                                    Start: 11/26/2003 *
- * ===============                              Last change: 02/27/2004 *
+ * Mailer v0.2.1-FINAL                                Start: 11/26/2003 *
+ * ===================                          Last change: 02/27/2004 *
  *                                                                      *
  * -------------------------------------------------------------------- *
  * File              : chk_login.php                                    *
@@ -81,7 +81,7 @@ LIMIT 1",
 
        // Bonus is not given by default ;-)
        $bonus = false;
-       if ((getExtensionVersion('sql_patches') >= '0.2.8') && (getExtensionVersion('bonus') >= '0.2.1') && (getConfig('bonus_login_yn') == 'Y')) {
+       if ((isExtensionInstalledAndNewer('sql_patches', '0.2.8')) && (isExtensionInstalledAndNewer('bonus', '0.2.1')) && (getConfig('bonus_active') == 'Y') && (getConfig('bonus_login_yn') == 'Y')) {
                // Update last login if far enougth away
                SQL_QUERY_ESC("UPDATE
        `{?_MYSQL_PREFIX?}_user_data`