Skip to content
This repository has been archived by the owner on Jul 27, 2023. It is now read-only.

Commit

Permalink
Removed duplicate format_price() helper function
Browse files Browse the repository at this point in the history
  • Loading branch information
Ollie Rattue committed Dec 5, 2011
1 parent accba89 commit 9eb1f1f
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions web/application/helpers/page_helper.php
Expand Up @@ -124,17 +124,5 @@ function nl2p($str = NULL)

// --------------------------------------------------------------------

function format_price($str = NULL)
{
if ($str == NULL)
{
return $str;
}

return number_format($str, 0, '.', '');
}

// --------------------------------------------------------------------

/* End of file page_helper.php */
/* Location: ./application/helpers/page_helper.php */

0 comments on commit 9eb1f1f

Please sign in to comment.