Ticket #7664

Ethna_AppObjectのバグ
Open Date: 2005-12-02 15:55 Last Update: 2006-02-25 15:13

Reporter:
(Anonymous)
Owner:
Type:
Status:
Closed
Component:
(None)
MileStone:
(None)
Priority:
5 - Medium
Severity:
5 - Medium
Resolution:
Fixed
File:
None

Details

メーリングリストにも投げたんですが
Ethna_AppObject::_getSQL_Removeの
検索条件を設定する際の
id_defのループ
if (is_null($condition)) {
$condition = "WHERE ";
} else {
$condition = " AND ";
}

一目瞭然だとおもうんですが
$condition .= " AND"
ですよね

Ticket History (2/2 Histories)

2006-02-25 15:13 Updated by: halt1983
  • Owner Update from (None) to halt1983
  • Resolution Update from None to Fixed
  • Status Update from Open to Closed
Comment
Logged In: YES
user_id=8620

修正しました。ご確認ください。
2006-02-25 15:13 Updated by: halt1983
  • Ticket Close date is changed to 2006-02-25 15:13

Attachment File List

No attachments

Edit

Please login to add comment to this ticket » Login