待辦事項 #10139

Missing quotes and Id in XoopsObjectTree
啟用日期: 2007-03-21 22:01 最後更新: 2007-03-22 21:16

回報者:
負責人:
狀態:
關閉
元件:
(無)
里程碑:
(無)
優先權:
5 - 中
嚴重程度:
5 - 中
處理結果:
修正
檔案:

細節

In the file /class/tree.php and in the function called
makeSelBox, The quotes (or single quotes) for the name
are missing and the ID too :
$ret = '<select name='.$name.'>';

Ticket History (1/1 Histories)

2007-03-22 21:16 Updated by: tom_g3x
  • Ticket Close date is changed to 2007-03-22 21:16
  • 負責人 Update from (無) to tom_g3x
  • 處理結果 Update from to 修正
  • 狀態 Update from 開啟 to 關閉
評語
Logged In: YES
user_id=6745

Thank you report.
Fixed it.

[code]
$ret = '<select name="'.$name.'" id="'.$name.'">';
[/code]

Attachment File List

No attachments

編輯

You are not logged in. I you are not logged in, your comment will be treated as an anonymous post. » 登入