Fix removal of download URLs. When checked, bRemove should have a value of "true".

This commit is contained in:
Alexander Nicolaysen Sørnes
2007-01-07 20:48:45 +00:00
committed by WineHQ
parent 7cbada84c8
commit 1c0549c7bc

View File

@@ -87,7 +87,8 @@ class downloadurl
for($i = 1; $oRow = mysql_fetch_object($hResult); $i++)
{
$sReturn .= html_tr(array(
"<input type=\"checkbox\" name=\"bRemove$oRow->id\" />",
"<input type=\"checkbox\" name=\"bRemove$oRow->id\" ".
"value=\"true\" />",
"<input type=\"text\" size=\"45\" name=\"".
"sDescription$oRow->id\" value=\"$oRow->description\" />",
"<input type=\"text\" size=\"45\" name=\"sUrl$oRow->id\" ".