Changes of Revision 2
[-] [+] | Changed | perl-MCS-CGI.spec |
[-] [+] | Added | MCS-CGI-Gaestebuch_EOF.patch ^ |
@@ -0,0 +1,20 @@ +--- 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; + } + |