Filters for configurable userid exclusion added:
[mailer.git] / inc / config-global.php
index 6f0a13063bb8e9da64c48a805d175d13efcfb5d9..ed79da2d75ab992de91f81f3382e01a9f371fb45 100644 (file)
@@ -53,7 +53,7 @@ if (function_exists('date_default_timezone_set')) {
 // CFG: ERROR-REPORTING
 error_reporting(E_ALL | E_DEPRECATED | E_STRICT);
 
-// Is the function there? (removed in PHP 5.4.x)
+// Is the function there? (removed in PHP 5.4.0)
 if (function_exists('import_request_variables')) {
        // CFG: REGISTER-GLOBALS
        @import_request_variables('');