From 8e12375331cad6b4fc4d0b4231f13b40f443c9c2 Mon Sep 17 00:00:00 2001 From: Moritz Bunkus Date: Fri, 17 Feb 2006 09:09:34 +0000 Subject: [PATCH] "developer" schreibt man mit nur einem "p". --- SL/Form.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SL/Form.pm b/SL/Form.pm index a77c302f8..afdbd03ab 100644 --- a/SL/Form.pm +++ b/SL/Form.pm @@ -418,7 +418,7 @@ sub parse_html_template { if (-f "templates/webpages/${file}_" . $main::myconfig{"countrycode"} . ".html") { - if ((-f ".developper") && + if ((-f ".developer") && (-f "templates/webpages/${file}_master.html") && ((stat("templates/webpages/${file}_master.html"))[9] > (stat("templates/webpages/${file}_" . $main::myconfig{"countrycode"} . -- 2.20.1