Fix for missing CSS variable
authorRoland Häder <roland@mxchange.org>
Sun, 5 Oct 2008 21:10:10 +0000 (21:10 +0000)
committerRoland Häder <roland@mxchange.org>
Sun, 5 Oct 2008 21:10:10 +0000 (21:10 +0000)
inc/databases.php
inc/mails/beg_mails.php
inc/mails/birthday_mails.php
inc/mails/bonus_mails.php

index 7ce298f65a7cd11ec8d2da9e1a772ae873b28a9c..a159ab009e0779a978774e1f3d07832679074e7a 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', "451");
+define('CURR_SVN_REVISION', "452");
 
 // Take a prime number which is long (if you know a longer one please try it out!)
 define('_PRIME', 591623);
index 06ed2b85def8b03cd4804f9f3313d9881e9c1a7c..824313d9bcbee1df05a9dfc66e5156fd7e172360 100644 (file)
@@ -41,6 +41,7 @@ if (!defined('__SECURITY')) {
 }
 
 // Do not execute when script is in CSS mode
+global $CSS;
 if ($CSS == 1) return;
 
 // Create timemark from saved month
index e4b9716e8318e8d643e17229185448007a0c1483..ab74796524e13786cb535c224ed9b714d1f24379 100644 (file)
@@ -41,6 +41,7 @@ if (!defined('__SECURITY')) {
 }
 
 // Do not execute when script is in CSS mode
+global $CSS;
 if ($CSS == 1) return;
 
 // Get current day (01 to 31), month (01 to 12) and year (4-digits year)
index 8634d0a496fc917fa961a2659c9003abf754eb76..a66f714ed3788c19fb2d09f92116952d23891e67 100644 (file)
@@ -41,6 +41,7 @@ if (!defined('__SECURITY')) {
 }
 
 // Do not execute when script is in CSS mode
+global $CSS;
 if ($CSS == 1) return;
 
 // Create timemark from saved month