From 7eba2ea95297c9836151539281091ec5b382c0dd Mon Sep 17 00:00:00 2001 From: =?utf8?q?Sven=20Sch=C3=B6ling?= Date: Thu, 22 Oct 2009 12:45:13 +0200 Subject: [PATCH] draft strict v2 --- bin/mozilla/drafts.pl | 2 ++ 1 file changed, 2 insertions(+) diff --git a/bin/mozilla/drafts.pl b/bin/mozilla/drafts.pl index d754a693b..f6cc7b6d0 100644 --- a/bin/mozilla/drafts.pl +++ b/bin/mozilla/drafts.pl @@ -13,6 +13,8 @@ use SL::Drafts; require "bin/mozilla/common.pl"; +use strict; + sub save_draft { $main::lxdebug->enter_sub(); -- 2.20.1