Advertisement
Guest User

Untitled

a guest
Jul 25th, 2016
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.38 KB | None | 0 0
  1. if ('profile_match_with_job' == $view->name && 'block_3' == $view->current_display) {
  2. if (isset($query->where[0])) {
  3. if (trim($query->where[0]['conditions'][1]['field']) == 'custom_match_store.avg_match = :custom_match_store_avg_match') {
  4. $query->where[0]['conditions'][1]['field'] = 'custom_match_store.avg_match >= :custom_match_store_avg_match';
  5. }
  6. }
  7. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement