SAAS-35: "Trial Period" box

- done
This commit is contained in:
James 2011-11-10 15:54:38 -05:00
parent 56a6da51a9
commit 5503ebc6e5
2 changed files with 14 additions and 10 deletions

View file

@ -11,6 +11,6 @@ class Airtime_View_Helper_TrialRemaining extends Zend_View_Helper_Abstract
if($interval->format('%R') == '-'){
return "Trial expired.";
}
return $interval->format('%a days');
return $interval->format('%a');
}
}