--- flickr/flickr.module	2008-04-02 15:09:05.000000000 -0500
+++ flickr.new/flickr.module	2009-01-12 14:49:45.000000000 -0600
@@ -105,7 +105,7 @@ function flickr_photos_access($account) 
  * Add an extra field for the user to enter his flickr identifier.
  */
 function flickr_user($op, &$edit, &$account, $category = NULL) {
-  if ($op == 'form') {
+  if (($op == 'form')&&(user_access('view own photos'))) {
     if ($category == 'account') {
       $user = user_load(array('uid' => $account->uid));
       $form['flickr'] = array(
