This commit is contained in:
zach%zachlipton.com 2005-08-23 03:55:12 +00:00
Родитель 834eade548
Коммит e23890d591
2 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -98,7 +98,7 @@ foreach my $curtestid (@tests) {
# configuration and we're not doing the
# simpletest interface, then we make you enter it
$sysconfig = $sysconfig || Litmus::SysConfig->getCookie(
Litmus::DB::Product->retrieve($c->param("product_$curtestid")));
Litmus::DB::Product->retrieve($c->param("product_initial_$curtestid")));
if (! $sysconfig && ! $c->param("isSimpleTest")) {
# users who don't have a sysconfig for this product
# should go configure themselves first:

Просмотреть файл

@ -56,7 +56,7 @@
[% END %]
<td id="product_text_[% test.testid FILTER html %]">
[% test.product.name FILTER html %]</td></tr>
<input type="hidden" name="product_[% test.testid FILTER html %]"
<input type="hidden" name="product_initial_[% test.testid FILTER html %]"
value="[% test.product.productid FILTER html %]">
<tr><td><div align="right"><strong>Group:</strong></div></td>