Fixed uppercase change for commented out code
This commit is contained in:
		@@ -802,7 +802,7 @@ function customFieldsChange (fields, amount, req) {  // Update custom_fields and
 | 
			
		||||
	});
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
function sortQuery(filters, sortKeys, sortStartValue) {  // SortKeys = ['primary key', 'secondary key']
 | 
			
		||||
function sortQuery(filters, sortKeys, sortStartValue) {  // sortKeys = ['primary key', 'secondary key']
 | 
			
		||||
	if (filters['from-id']) {  // From-id specified
 | 
			
		||||
		const ssv = sortStartValue !== undefined;  // If value is not given, match for existence
 | 
			
		||||
			if ((filters['to-page'] === 0 && filters.sort[1] === 1) || (filters.sort[1] * filters['to-page'] > 0)) {  // Asc
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user