Browse Source

changed to show youngest registration first

Jiri Kuthan 23 năm trước cách đây
mục cha
commit
86e5f90493
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      etc/seruser

+ 1 - 1
etc/seruser

@@ -7,7 +7,7 @@
 USER_COLUMN='user'
 USER_COLUMN='user'
 SUBSCRIBER_COLUMN='user_id'
 SUBSCRIBER_COLUMN='user_id'
 QUERY1="select subscriber.email_address from subscriber where  subscriber.user_id='$1'"
 QUERY1="select subscriber.email_address from subscriber where  subscriber.user_id='$1'"
-QUERY2="select location.* from location where location.user='$1'"
+QUERY2="select location.* from location where location.user='$1' order by expires desc"
 
 
 # username and password of a valid MySql user, preferably only with read-only
 # username and password of a valid MySql user, preferably only with read-only
 # privilegs
 # privilegs