Commit efab8f70 authored by Frank Bergmann's avatar Frank Bergmann

- Replaced export_form_vars with export_vars -form

- replaces ad_export_vars with export_vars
parent 6683568b
......@@ -5,7 +5,7 @@
<h1>@page_title@</h1>
<form action="call-test-4" method=POST>
<%= [export_form_vars url token timestamp user_id object_type] %>
<%= [export_vars -form {url token timestamp user_id object_type}] %>
<table cellpadding=2 cellspacing=0 border=0>
<tr class=roweven>
<td valign=top>URL:</td>
......
......@@ -5,7 +5,7 @@
<h1>@page_title@</h1>
<form action="call-test-2" method=POST>
<%= [export_form_vars url token timestamp user_id] %>
<%= [export_vars -form {url token timestamp user_id}] %>
<table cellpadding=2 cellspacing=0 border=0>
<tr class=roweven>
<td valign=top>URL:</td>
......
......@@ -7,7 +7,7 @@
<if "ok" eq @status@>
<form action="select-test-3" method=POST>
<%= [export_form_vars url token timestamp user_id object_type] %>
<%= [export_vars -form {url token timestamp user_id object_type}] %>
<table cellpadding=2 cellspacing=0 border=0>
<tr class=roweven>
<td valign=top>URL:</td>
......
......@@ -7,7 +7,7 @@
<if "ok" eq @status@>
<form action="select-test-4" method=POST>
<%= [export_form_vars url token timestamp user_id object_type] %>
<%= [export_vars -form {url token timestamp user_id object_type}] %>
<table cellpadding=2 cellspacing=0 border=0>
<tr class=roweven>
<td valign=top>URL:</td>
......
......@@ -5,7 +5,7 @@
<h1>@page_title@</h1>
<form action="select-test-2" method=POST>
<%= [export_form_vars url token timestamp user_id] %>
<%= [export_vars -form {url token timestamp user_id}] %>
<table cellpadding=2 cellspacing=0 border=0>
<tr class=roweven>
<td valign=top>URL:</td>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment