]> git.llucax.com Git - z.facultad/75.08/llamadas.git/commitdiff
Bugfix
authorAlan Kennedy <kennedya@3dgames.com.ar>
Sun, 24 Oct 2004 00:51:09 +0000 (00:51 +0000)
committerAlan Kennedy <kennedya@3dgames.com.ar>
Sun, 24 Oct 2004 00:51:09 +0000 (00:51 +0000)
inst/antifraude.pl

index 8417306d8c3dd0b2b622347c8b06a2e2084f983d..cc654215eeb00132f605444f328c0c6a84210d70 100644 (file)
@@ -72,8 +72,10 @@ sub badCall {
 }
 
 sub checkUmbrales {
-       local(*callfields) = @_[0];
-       my $callsfile = @_[1];
+       local(*callfields) = $_[0];
+       my $callsfile = $_[1];
+       print("Callfields: @callfields\n");
+       print("Callfile: $callsfile\n");
        my $matchedUmbral = 0;
        my $i = 0;