Group table has only two columns

Signed-off-by: DL6ER <dl6er@dl6er.de>
This commit is contained in:
DL6ER 2019-08-06 20:28:00 +02:00
parent 4371c9ba03
commit dc93462d42
No known key found for this signature in database
GPG key ID: FB60471F0575164A

View file

@ -1077,7 +1077,7 @@ show_db_entries() {
}
show_groups() {
show_db_entries "Groups" "SELECT * FROM \"group\"" "4 100 7 10 13 50"
show_db_entries "Groups" "SELECT * FROM \"group\"" "4 4"
}
show_adlists() {