From ac824fe83e67950f9303d13d574ff00b57dd5727 Mon Sep 17 00:00:00 2001 From: Mike Macgirvin Date: Mon, 18 Oct 2010 14:34:59 -0700 Subject: eradicate redundant get_uid function --- boot.php | 7 ------- 1 file changed, 7 deletions(-) (limited to 'boot.php') diff --git a/boot.php b/boot.php index 786ebdee6..b3d116a50 100644 --- a/boot.php +++ b/boot.php @@ -1023,13 +1023,6 @@ function photo_new_resource() { }} -// Returns logged in user ID - -if(! function_exists('get_uid')) { -function get_uid() { - return local_user(); -}} - // Take a URL from the wild, prepend http:// if necessary // and check DNS to see if it's real // return true if it's OK, false if something is wrong with it -- cgit v1.2.3