Search
j0ke.net Open Build Service
>
Projects
>
home:netmax
:
playground
:
perl
>
perl-MCS-CGI
> MCS-CGI-Gaestebuch_EOF.patch
Sign Up
|
Log In
Username
Password
Cancel
Overview
Repositories
Revisions
Requests
Users
Advanced
Attributes
Meta
File MCS-CGI-Gaestebuch_EOF.patch of Package perl-MCS-CGI (Revision 2)
Currently displaying revision
2
,
show latest
--- Gaestebuch/Gaestebuch.pm.orig 2012-12-20 20:50:25.336122130 +0100 +++ Gaestebuch/Gaestebuch.pm 2012-12-20 20:50:48.948135161 +0100 @@ -1270,8 +1270,6 @@ } $r_string .= '</select >'; - EOF - return $r_string; } @@ -1305,8 +1303,6 @@ .= '<option value="refused" >' . $cfg->val( 'gb_text', 'refused' ); $r_string .= '</select >'; - EOF - return $r_string; }