From 0ace91bd0e53b014cdd0e16616bb209ba77c96ad Mon Sep 17 00:00:00 2001 From: friendica Date: Wed, 14 Nov 2012 17:02:30 -0800 Subject: starting the big notifier cleanup --- include/text.php | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'include/text.php') diff --git a/include/text.php b/include/text.php index 4458cdaa4..7f036f502 100644 --- a/include/text.php +++ b/include/text.php @@ -1744,4 +1744,8 @@ function get_rel_link($j,$rel) { function magic_link($s) { return $s; } - \ No newline at end of file + +function stringify_array_elms(&$arr) { + for($x = 0; $x < count($arr); $x ++) + $arr[$x] = "'" . $arr[$x] . "'"; +} -- cgit v1.2.3