diff --git a/trunk/functions.pl b/trunk/functions.pl index bf2ddcf..e9909f7 100644 --- a/trunk/functions.pl +++ b/trunk/functions.pl @@ -96,7 +96,6 @@ sub fill_results 'thumbnail' => $duration == 0 ? "/images/tango/video-x-generic.png" : "/video-stills/$id", 'duration' => $duration, 'viewcount' => $viewcount, - 'edit' => $userinfo->{'username'} eq $publisher ? "true" : "false", 'rdf:RDF' => { 'cc:Work' => diff --git a/trunk/video.pl b/trunk/video.pl index db33d21..c38a2d4 100644 --- a/trunk/video.pl +++ b/trunk/video.pl @@ -166,7 +166,6 @@ if($query->url_param('title') or $query->url_param('id')) 'fps' => $fps, 'viewcount' => $viewcount, 'downloadcount' => $downloadcount, - 'edit' => $userinfo->{'username'} eq $publisher ? "true" : "false", 'rdf:RDF' => { 'cc:Work' =>