From: Moritz Bunkus Date: Fri, 17 Feb 2006 09:09:34 +0000 (+0000) Subject: "developer" schreibt man mit nur einem "p". X-Git-Tag: release-2.4.0^2~329 X-Git-Url: http://wagnertech.de/git?a=commitdiff_plain;h=8e12375331cad6b4fc4d0b4231f13b40f443c9c2;p=kivitendo-erp.git "developer" schreibt man mit nur einem "p". --- 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"} .