Commit 8ec340d6 authored by fangliyan's avatar fangliyan

Merge remote-tracking branch 'origin/release' into release

parents a640dff9 6a78c0bc
...@@ -379,7 +379,11 @@ if ( ! function_exists('get_upload_tblname')) ...@@ -379,7 +379,11 @@ if ( ! function_exists('get_upload_tblname'))
if($tbl == 'sell' && ($id >= 289572177 && $id < 332826911)) return 'upload34'; if($tbl == 'sell' && ($id >= 289572177 && $id < 332826911)) return 'upload34';
if($tbl == 'rent' && ($id >= 92295581 && $id < 105588509)) return 'upload34'; if($tbl == 'rent' && ($id >= 92295581 && $id < 105588509)) return 'upload34';
return 'upload35';
if($tbl == 'sell' && ($id >= 332826911 && $id < 348851359)) return 'upload35';
if($tbl == 'rent' && ($id >= 105588509 && $id < 110417127)) return 'upload35';
return 'upload36';
} }
} }
......
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