Index: trunk/obscure.php =================================================================== diff -u -r1175 -r1208 --- trunk/obscure.php (.../obscure.php) (revision 1175) +++ trunk/obscure.php (.../obscure.php) (revision 1208) @@ -89,8 +89,8 @@ $g = strpos($line,"global"); if(is_numeric($g)) { - $vars = substr($line,$g+7); - $vars = substr($vars,0,-3); + $vars = trim(substr($line,$g+7)); + $vars = substr($vars,0,-1); $v = explode(",",$vars); for($z=0;$z \ No newline at end of file +?>