Skip to content

Commit

Permalink
Remove unused variable
Browse files Browse the repository at this point in the history
  • Loading branch information
dixy committed Oct 13, 2011
1 parent fe90076 commit 045b021
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions system/helpers/array_helper.php
Original file line number Diff line number Diff line change
Expand Up @@ -130,8 +130,6 @@ function elements($items, $array, $default = FALSE)
{
function array_to_str($array = array(), $sep = ', ', $sep_last = '')
{
$return = '';

if (empty($array) OR ! is_array($array))
{
return '';
Expand Down

0 comments on commit 045b021

Please sign in to comment.