git-svn-id: http://xe-core.googlecode.com/svn/trunk@1004 201d5d3c-b55e-5fd7-737f-ddc643e51545

This commit is contained in:
zero 2007-04-06 06:01:02 +00:00
parent cf46548046
commit c2209ea9b0
12 changed files with 99 additions and 102 deletions

View file

@ -0,0 +1,13 @@
<query id="getPollLog" action="select">
<tables>
<table name="poll_log" />
</tables>
<columns>
<column name="regdate" />
</columns>
<conditions>
<condition operation="equal" column="poll_srl" var="poll_srl" />
<condition operation="equal" column="member_srl" var="memer_srl" pipe="and" />
<condition operation="equal" column="ipaddress" var="ipaddress" default="ipaddress()" pipe="and" />
</conditions>
</query>