search for: last_30

Displaying 1 result from an estimated 1 matches for "last_30".

Did you mean: last_
2009 Apr 10
0
MySql Memory Error
...;/h1> <table id="stats"> <tr> <th>Last Month</th> <td><%= number_to_currency(@stats[:last_month]) %></td> </tr> <tr> <th>Last 30 Days</th> <td><%= number_to_currency(@stats[:last_30]) %></td> </tr> <tr> <th>This Month</th> <td><%= number_to_currency(@stats[:this_month]) %></td> </tr> </table> <% end %> <h1><%= @page_title %></h1> <table id="subscriptions&qu...