afterflow-1.5.9-fields.patch

	Permite que haya parametros para todos los campos
	
--- afterglow.pl.old	2008-09-07 03:37:10.000000000 -0300
+++ afterglow.pl	2008-09-07 03:29:32.000000000 -0300
@@ -470,7 +470,7 @@
 	    # In order for that to work, we need to add this value back here ;)
 	    @fields=($source,$target,$fields[2]); 
     } else {
-	    @fields=($source,$event,$target);
+	    @fields=($source,$event,$target,(@fields)[3..$#fields]);
     }
 
     # End Clustering
