Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
…1269 735d13b6-9817-0410-8766-e36946ffe9aa
  • Loading branch information
david_bruchmann committed Mar 19, 2010
1 parent 28da79c commit bf576c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pi1/class.tx_t3quotes_pi1.php
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ function listView($content,$conf) {


// Initializing the query parameters:
$this->internal["results_at_a_time"]=t3lib_div::intInRange($lConf["results_at_a_time"],0,1000,1000);
$this->internal["results_at_a_time"]=t3lib_div::intInRange($this->lConf["results_at_a_time"],0,1000,1000);

// Only selected:
$addWhere= $this->conf["selectedOnly"] ? ' AND tx_t3quotes.selected' : '';
Expand Down

0 comments on commit bf576c8

Please sign in to comment.