Changeset 9712
- Timestamp:
- Dec 26, 2008, 10:08:48 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
OpenPNE/branches/stable-2.12.x/webapp/modules/admin/lib/db_admin.php
r9065 r9712 1075 1075 " FROM c_access_log " . 1076 1076 " where ktai_flag = ?" . 1077 " group by ym"; 1077 " group by ym". 1078 " order by ym asc"; 1078 1079 } else { 1079 1080 $sql = "SELECT date_format(r_datetime, '%Y-%m-01') as ym, count(*) as count" .
Note: See TracChangeset
for help on using the changeset viewer.