Unify naming of "order by" clause in structs/table

This commit is contained in:
chme
2018-04-15 08:03:42 +02:00
committed by ejurgensen
parent 47a79d40f1
commit f167e975c2
8 changed files with 31 additions and 31 deletions

View File

@@ -7,7 +7,7 @@ struct smartpl {
char *title;
char *query_where;
char *having;
char *order_by;
char *order;
int limit;
};