item->owner_id != identity::active_user()->id) && (identity::active_user()->admin == 0) ) { $u_o = 0; } if ( $u_o == 0 || ( ($u_o == 1) && (module::get_var("google_analytics", "owneradmin_hidden") == 0) ) ) { $google_code = ' '; return $google_code; } } }