mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-04 01:01:41 +09:00
- 사이트 현황 대시 보드 출력 - 모듈 목록을 제거하고 업데이트/ 설치 항목이 있을 때 우측에 표시되도록 수정 - 좌측 메뉴 모양 변경 및 쿠키로 접고/펴기 설정 저장하도록 개선 - 상단 쉬운설치/ 패키지 선택시 좌측 관리자 메뉴 보이지 않도록 수정 git-svn-id: http://xe-core.googlecode.com/svn/sandbox@7639 201d5d3c-b55e-5fd7-737f-ddc643e51545
12 lines
344 B
XML
12 lines
344 B
XML
<query id="getTodayTrackbackCount" action="select">
|
|
<tables>
|
|
<table name="trackbacks" />
|
|
</tables>
|
|
<columns>
|
|
<column name="count(*)" alias="count" />
|
|
</columns>
|
|
<conditions>
|
|
<condition operation="like_prefix" column="regdate" var="regdate" notnull="notnull" pipe="and" />
|
|
</conditions>
|
|
</query>
|
|
|