tagging: Allow using titles in for related stories.
[matthijs/upstream/blosxom-plugins.git] / general / autocorrect
index 505a580637f2ea435af18dc317ba2da9ce5d11e1..f80690515bd579fe3273561dd83a5ab33a1c340c 100755 (executable)
@@ -1,7 +1,7 @@
 # Blosxom Plugin: autocorrect                                      -*- perl -*-
 # Author: Todd Larason (jtl@molehill.org)
 # Version: 0+1i
-# Blosxom Home/Docs/Licensing: http://www.raelity.org/blosxom
+# Blosxom Home/Docs/Licensing: http://blosxom.sourceforge.net/
 # AutoCorrect plugin Home/Docs/Licensing:
 #  http://molelog.molehill.org/blox/Computers/Internet/Web/Blosxom/AutoCorrect/
 
@@ -9,7 +9,8 @@ package autocorrect;
 
 # --- Configuration Variables ---
 
-$debug_level ||= 1;
+$debug_level = 0;
+
 # -------------------------------