Add: lowest is prefered app - highest record, ranking sorting sequence

This commit is contained in:
2019-05-10 11:09:07 +09:00
parent 6fb0872269
commit 20dfb711eb
12 changed files with 145 additions and 64 deletions
+10
View File
@@ -0,0 +1,10 @@
<?php
function is_highest_record_prefer_app($app_id) {
if($app_id == 105)
return false;
return true;
}
?>