Some functions rewritten to hungarian notation, handling of array rewritten
[mailer.git] / inc / libs / security_functions.php
index 5b5589359bb578d872be26063f7e714b8442d234..02b5132855095765d3d3774993e246b41ca2c5ee 100644 (file)
@@ -59,10 +59,6 @@ function secureString ($str, $strip=true) {
 // Run only once this security check/exchange
 if (defined('__SECURITY')) return;
 
-// Fatal messages goes here
-global $FATAL;
-$FATAL = array();
-
 // Runtime/GPC quoting is off now...
 @set_magic_quotes_runtime(false);
 @ini_set('magic_quotes_gpc', false); // This may not work on some systems