This commit was manufactured by cvs2svn to create tag
[freeside.git] / rt / html / Elements / QueryString
diff --git a/rt/html/Elements/QueryString b/rt/html/Elements/QueryString
deleted file mode 100644 (file)
index 36c4679..0000000
+++ /dev/null
@@ -1,7 +0,0 @@
-<%init>
-my @params;
-while ( (my $key, my $value) = each %ARGS ){
-       push @params, $key."=".$m->interp->apply_escapes($value,'u');
-}
-return(join('&',@params));
-</%init>