mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-07 02:31:40 +09:00
Fix #1627 suspected errors in PHP 8.0
This commit is contained in:
parent
7d22aad8d1
commit
05cef078f2
3 changed files with 21 additions and 3 deletions
|
|
@ -10,7 +10,6 @@
|
|||
<conditions>
|
||||
<condition operation="equal" column="b.member_srl" var="member_srl" filter="number" notnull="notnull" />
|
||||
<condition operation="equal" column="b.group_srl" default="a.group_srl" pipe="and" />
|
||||
<condition operation="equal" column="a.site_srl" var="site_srl" default="0" pipe="and" />
|
||||
</conditions>
|
||||
<navigation>
|
||||
<index var="sort_index" default="a.list_order" order="asc" />
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue