Merge branch 'master' of evan@dev.controlyourself.ca:/var/www/trunk

This commit is contained in:
Evan Prodromou
2009-01-22 12:35:25 +01:00
39 changed files with 1419 additions and 445 deletions

View File

@@ -1588,11 +1588,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;