Skip to content

Commit f07723c

Browse files
authored
Merge pull request #1717 from phili67/phili67-sundayschoolview-minor-bug-correction
sundayschoolview minor bug correction
2 parents ea1d362 + 54da8a6 commit f07723c

File tree

1 file changed

+0
-21
lines changed

1 file changed

+0
-21
lines changed

src/v2/templates/sundayschool/sundayschoolview.php

Lines changed: 0 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -258,26 +258,6 @@ class="type"></span> <i style="cursor:pointer; color:red;" class="icon fa fa-clo
258258
</div>
259259

260260

261-
<?php
262-
function implodeUnique($array, $withQuotes)
263-
{
264-
array_unique($array);
265-
asort($array);
266-
if (count($array) > 0) {
267-
if ($withQuotes) {
268-
$string = implode("','", $array);
269-
270-
return "'" . $string . "'";
271-
} else {
272-
return implode(',', $array);
273-
}
274-
}
275-
276-
return '';
277-
}
278-
279-
?>
280-
281261
<?php
282262
if (SessionUser::getUser()->isAddRecords()) {
283263
?>
@@ -293,7 +273,6 @@ function implodeUnique($array, $withQuotes)
293273
</div>
294274
</div>
295275
</div>
296-
</div>
297276
<?php
298277
}
299278
?>

0 commit comments

Comments
 (0)