--- album/includes/mg2_functions.php 2007-10-06 02:42:23.000000000 -0700 +++ new/includes/mg2_functions.php 2005-07-25 18:26:34.000000000 -0700 @@ -534,8 +534,6 @@ class mg2db{ $string = str_replace(chr(92).chr(34),""",$string); $string = str_replace("\'","'",$string); $string = str_replace(chr(34),""",$string); - $string = str_replace("",$string); - $string = str_replace("?>","",$string); return $string; }