]> git.p6c8.net - devedit.git/blobdiff - modules/Output.pm
Now, all the error messages are defined in the configuration file.
[devedit.git] / modules / Output.pm
index ba41e38ca338674f102a02ec36a7cd8f4f9c4784..22d4e3c94bf31d35b8003927266f2c56a2137c2a 100644 (file)
@@ -6,7 +6,7 @@ package Output;
 # HTML generating routines
 #
 # Author:        Patrick Canterino <patshaping@gmx.net>
-# Last modified: 2004-02-23
+# Last modified: 2004-03-04
 #
 
 use strict;
@@ -94,22 +94,6 @@ sub abort($;$)
  exit;
 }
 
-# error_in_use()
-#
-# Create a message, which shows, that a
-# file is currently in use
-#
-# Params: File, which is in use
-#
-# Return: Formatted message (Scalar Reference)
-
-sub error_in_use($)
-{
- my $file = shift;
-
- return error("The file '".encode_entities($file)."' is currently edited by someone else.",upper_path($file));
-}
-
 # it's true, baby ;-)
 
 1;

patrick-canterino.de