Skip to content

Commit

Permalink
Added @ to removed the various notices in the tablebasedcalculator wh…
Browse files Browse the repository at this point in the history
…en dev is on.
  • Loading branch information
rasseljandavid committed Jul 11, 2011
1 parent dbf5516 commit e7704fc
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ public function getRates($order) {
$c[$i] += 1.50; $c[$i] += 1.50;
}
if($i > 9) $rates[($i+1)] = array('id' => 0 . ($i+1), 'title' => $this->shippingspeeds[$i]->speed, 'cost' => $c[$i]);
else $rates[0 . ($i+1)] = array('id' => 0 . ($i+1), 'title' => $this->shippingspeeds[$i]->speed, 'cost' => $c[$i]);
else $rates[0 . ($i+1)] = array('id' => 0 . ($i+1), 'title' => @$this->shippingspeeds[$i]->speed, 'cost' => $c[$i]);

}
}
Expand Down

0 comments on commit e7704fc

Please sign in to comment.