No need for common_notice_uri anymore
This commit is contained in:
parent
85b022246f
commit
cecec3b088
@ -1966,13 +1966,6 @@ function common_user_uri(&$user)
|
|||||||
null, null, false);
|
null, null, false);
|
||||||
}
|
}
|
||||||
|
|
||||||
function common_notice_uri(&$notice)
|
|
||||||
{
|
|
||||||
return common_local_url('shownotice',
|
|
||||||
array('notice' => $notice->id),
|
|
||||||
null, null, false);
|
|
||||||
}
|
|
||||||
|
|
||||||
// 36 alphanums - lookalikes (0, O, 1, I) = 32 chars = 5 bits
|
// 36 alphanums - lookalikes (0, O, 1, I) = 32 chars = 5 bits
|
||||||
|
|
||||||
function common_confirmation_code($bits)
|
function common_confirmation_code($bits)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user