Commit b5fb36a0 authored by esf's avatar esf

Merge branch 'master' into release_preview

parents a9188066 d0c8c00e
...@@ -774,7 +774,12 @@ class Pic_model extends MY_Model { ...@@ -774,7 +774,12 @@ class Pic_model extends MY_Model {
if(GB_CITY == 'wh'){ if(GB_CITY == 'wh'){
if($tbl == 'sell' && $id < 10310000) return 'upload'; if($tbl == 'sell' && $id < 10310000) return 'upload';
if($tbl == 'rent' && $id < 1577000) return 'upload'; if($tbl == 'rent' && $id < 1577000) return 'upload';
return 'upload1';
if($tbl == 'sell' && ($id >= 10310000 && $id < 15591000)) return 'upload1';
if($tbl == 'rent' && ($id >= 1577000 && $id < 1809000)) return 'upload1';
return 'upload2';
} }
if(GB_CITY!='nj') return 'upload'; if(GB_CITY!='nj') return 'upload';
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment