Add: lowest is prefered app - highest record, ranking sorting sequence
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
<?php
|
||||
|
||||
function is_highest_record_prefer_app($app_id) {
|
||||
if($app_id == 105)
|
||||
return false;
|
||||
|
||||
return true;
|
||||
}
|
||||
|
||||
?>
|
||||
Reference in New Issue
Block a user