diff options
author | sarven <csarven@plantard.controlezvous.ca> | 2009-01-22 06:33:38 +0000 |
---|---|---|
committer | sarven <csarven@plantard.controlezvous.ca> | 2009-01-22 06:33:38 +0000 |
commit | a330bdac62ddbc15232bc65d65e869b224880e3f (patch) | |
tree | f7ee82eb8b1ab52ff7b41b4c10cd3d10fcca2f0a /lib/util.php | |
parent | c20d0612bf51cff523f55b12095e7213be94355e (diff) |
Moved nudge response from util.php to nudge.php
Adjusted some CSS
Diffstat (limited to 'lib/util.php')
-rw-r--r-- | lib/util.php | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/lib/util.php b/lib/util.php index 4d4a3b20f..61f5d6c16 100644 --- a/lib/util.php +++ b/lib/util.php @@ -1660,11 +1660,6 @@ function common_session_token() return $_SESSION['token']; } -function common_nudge_response() -{ - common_element('p', array('id' => 'nudge_response'), _('Nudge sent!')); -} - function common_cache_key($extra) { return 'laconica:' . common_keyize(common_config('site', 'name')) . ':' . $extra; |