starting the big notifier cleanup

This commit is contained in:
friendica
2012-11-14 17:02:30 -08:00
parent 6ac5e048b3
commit 0ace91bd0e
3 changed files with 70 additions and 64 deletions

View File

@@ -1744,4 +1744,8 @@ function get_rel_link($j,$rel) {
function magic_link($s) {
return $s;
}
function stringify_array_elms(&$arr) {
for($x = 0; $x < count($arr); $x ++)
$arr[$x] = "'" . $arr[$x] . "'";
}