#18335392 : fixed a bug that when searching comments with id in administrator page, the shown regdate was member's registered date instead of comment's one (originally intended)

git-svn-id: http://xe-core.googlecode.com/svn/sandbox@6830 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
haneul 2009-10-08 11:18:25 +00:00
parent e5a4358810
commit 6e0c3615c2

View file

@ -4,7 +4,7 @@
<table name="member" alias="member" />
</tables>
<columns>
<column name="*" />
<column name="comments.*" />
</columns>
<conditions>
<condition operation="like" column="member.user_id" var="s_user_id" notnull="notnull" />