Fixed link() not passing the extra variables correctly

This commit is contained in:
jengo 2001-01-22 06:30:37 +00:00
parent 450f05d209
commit a4e979eb0f

View File

@ -109,7 +109,7 @@
$t->set_var("filter",$filter);
$t->set_var("qfield",$qfield);
$t->set_var("query",$query);
$t->set_var("actionurl",$phpgw->link("add.php?sort=$sort&order=$order&filter=$filter&start=$start"));
$t->set_var("actionurl",$phpgw->link("add.php","sort=$sort&order=$order&filter=$filter&start=$start"));
$t->set_var("start",$start);
$t->set_var("filter",$filter);
$t->set_var("cols",$this->cols);