From 6eb506062189557e5e5f40212c4cc7a1faec27fd Mon Sep 17 00:00:00 2001 From: millette Date: Thu, 4 Dec 2008 13:02:33 -0500 Subject: done delete own profile (see other settings) darcs-hash:20081204180233-099f7-7728ee57876b789278aa1cc35f54e0a422593e5d.gz --- lib/util.php | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'lib/util.php') diff --git a/lib/util.php b/lib/util.php index eb5667f6a..204ad511c 100644 --- a/lib/util.php +++ b/lib/util.php @@ -1107,6 +1107,8 @@ function common_fancy_url($action, $args=NULL) { return common_path('settings/twitter'); case 'othersettings': return common_path('settings/other'); + case 'deleteprofile': + return common_path('settings/delete'); case 'newnotice': if ($args && $args['replyto']) { return common_path('notice/new?replyto='.$args['replyto']); @@ -2160,4 +2162,4 @@ function common_memcache() { function common_compatible_license($from, $to) { # XXX: better compatibility check needed here! return ($from == $to); -} \ No newline at end of file +} -- cgit v1.2.3-54-g00ecf