Index: trunk/obscure.php =================================================================== diff -u -r1173 -r1175 --- trunk/obscure.php (.../obscure.php) (revision 1173) +++ trunk/obscure.php (.../obscure.php) (revision 1175) @@ -41,7 +41,7 @@ } } } - print_r($functions); +// print_r($functions); //echo "
"; print_r($functions); echo "
"; function GetVarName($s) @@ -113,8 +113,8 @@ $Attribs = trim($Attribs); $Attribs = str_replace("\t","",$Attribs); $a = explode(",",substr($Attribs,1,-1)); - echo "got attribs for func [$Attribs]:\n"; - var_dump($a); +// echo "got attribs for func [$Attribs]:\n"; +// var_dump($a); if (is_array($a) && $a[0] != '') { foreach($a as $attr) { @@ -183,7 +183,7 @@ $outline = 0; $shuffled = array_rand($functions, count($functions)); - print_r($shuffled); +// print_r($shuffled); foreach ($shuffled as $name) { $pos = $functions[$name]; @@ -240,6 +240,6 @@ $line++; } fclose($tmp_file); - //rename($argv[1].'_', $argv[1]); + rename($argv[1].'_', $argv[1]); ?> \ No newline at end of file