Fix for rallye
authorRoland Häder <roland@mxchange.org>
Sat, 27 Sep 2008 19:46:23 +0000 (19:46 +0000)
committerRoland Häder <roland@mxchange.org>
Sat, 27 Sep 2008 19:46:23 +0000 (19:46 +0000)
inc/databases.php
inc/modules/guest/what-rallyes.php
inc/modules/member/what-rallyes.php

index bd9c3feeecfdb69e50603802d888027fe19a6d0d..2e5229b67e95c8de6f39aff7512a4171085f0409 100644 (file)
@@ -113,7 +113,7 @@ define('USAGE_BASE', "usage");
 define('SERVER_URL', "http://www.mxchange.org");
 
 // This current patch level
-define('CURR_SVN_REVISION', "403");
+define('CURR_SVN_REVISION', "404");
 
 // Take a prime number which is long (if you know a longer one please try it out!)
 define('_PRIME', 591623);
index 6b07c6263cf467a25df6c316eda6cc11ca487529..49624af0363d52acf404a5895dad08f8256d2dfe 100644 (file)
@@ -69,7 +69,7 @@ if (SQL_NUMROWS($result) == 1)
         elseif (time() >= ($end - $_CONFIG['one_day']))
        {
                // Rallye will expire in less one day!
-               define('__RALLYE_EXTRAS', RALLYE_EXPIRE_$_CONFIG['one_day']);
+               define('__RALLYE_EXTRAS', RALLYE_EXPIRE_ONE_DAY);
        }
         else
        {
index a015b4ab64d067379342698cff0663c82b31055b..b86019f896ea887aff907ccb7f3a9856b41228a0 100644 (file)
@@ -71,7 +71,7 @@ if (SQL_NUMROWS($result) == 1)
         elseif (time() >= ($end - $_CONFIG['one_day']))
        {
                // Rallye will expire in less one day!
-               define('__RALLYE_EXTRAS', RALLYE_EXPIRE_$_CONFIG['one_day']);
+               define('__RALLYE_EXTRAS', RALLYE_EXPIRE_ONE_DAY);
        }
         else
        {