Fix removal of download URLs. When checked, bRemove should have a value of "true".
This commit is contained in:
committed by
WineHQ
parent
7cbada84c8
commit
1c0549c7bc
@@ -87,7 +87,8 @@ class downloadurl
|
|||||||
for($i = 1; $oRow = mysql_fetch_object($hResult); $i++)
|
for($i = 1; $oRow = mysql_fetch_object($hResult); $i++)
|
||||||
{
|
{
|
||||||
$sReturn .= html_tr(array(
|
$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=\"".
|
"<input type=\"text\" size=\"45\" name=\"".
|
||||||
"sDescription$oRow->id\" value=\"$oRow->description\" />",
|
"sDescription$oRow->id\" value=\"$oRow->description\" />",
|
||||||
"<input type=\"text\" size=\"45\" name=\"sUrl$oRow->id\" ".
|
"<input type=\"text\" size=\"45\" name=\"sUrl$oRow->id\" ".
|
||||||
|
|||||||
Reference in New Issue
Block a user