mirror of
https://github.com/RSS-Bridge/rss-bridge.git
synced 2025-04-23 15:06:53 +00:00
Coding policy fix
This commit is contained in:
parent
b2852a64f3
commit
7a5311a0a0
@ -46,7 +46,6 @@ class DealabsBridge extends BridgeAbstract {
|
|||||||
$priceFrom = $this->getInput('priceFrom');
|
$priceFrom = $this->getInput('priceFrom');
|
||||||
$priceTo = $this->getInput('priceFrom');
|
$priceTo = $this->getInput('priceFrom');
|
||||||
|
|
||||||
|
|
||||||
/* Event if the original website uses POST with the search page, GET works too */
|
/* Event if the original website uses POST with the search page, GET works too */
|
||||||
$html = getSimpleHTMLDOM(self::URI
|
$html = getSimpleHTMLDOM(self::URI
|
||||||
. '/search/advanced?q='
|
. '/search/advanced?q='
|
||||||
@ -55,7 +54,7 @@ class DealabsBridge extends BridgeAbstract {
|
|||||||
. '&hide_local='. $hide_local
|
. '&hide_local='. $hide_local
|
||||||
. '&priceFrom='. $priceFrom
|
. '&priceFrom='. $priceFrom
|
||||||
. '&priceTo='. $priceTo
|
. '&priceTo='. $priceTo
|
||||||
/* Some default parameters
|
/* Some default parameters
|
||||||
* search_fields : Search in Titres & Descriptions & Codes
|
* search_fields : Search in Titres & Descriptions & Codes
|
||||||
* sort_by : Sort the search by new deals
|
* sort_by : Sort the search by new deals
|
||||||
* time_frame : Search will not be on a limited timeframe
|
* time_frame : Search will not be on a limited timeframe
|
||||||
|
Loading…
Reference in New Issue
Block a user