]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
No need for common_notice_uri anymore
authorMikael Nordfeldth <mmn@hethane.se>
Fri, 18 Apr 2014 21:36:07 +0000 (23:36 +0200)
committerMikael Nordfeldth <mmn@hethane.se>
Fri, 18 Apr 2014 21:36:07 +0000 (23:36 +0200)
lib/util.php

index 9026e931e7df9c4aa2d2b2d737dd2657e839b3dd..ac1938e84413873ad2f3abd9ef19957b1ef30468 100644 (file)
@@ -1966,13 +1966,6 @@ function common_user_uri(&$user)
                             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
 
 function common_confirmation_code($bits)