added ordering by ID to tiix
This commit is contained in:
@@ -141,7 +141,7 @@ proc tiix_viewecho {} {
|
|||||||
append query { AND (`body` LIKE $tiix_filter_regex OR `subj` LIKE $tiix_filter_regex) }
|
append query { AND (`body` LIKE $tiix_filter_regex OR `subj` LIKE $tiix_filter_regex) }
|
||||||
}
|
}
|
||||||
if {$tiix_order_byid eq 1} {
|
if {$tiix_order_byid eq 1} {
|
||||||
append query { ORDER BY `is` }
|
append query { ORDER BY `id` }
|
||||||
} else {
|
} else {
|
||||||
append query { ORDER BY `timestamp` }
|
append query { ORDER BY `timestamp` }
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user