]> git.p6c8.net - devedit.git/blobdiff - modules/Output.pm
When viewing a file and if the file is editable, there is a new link to edit this...
[devedit.git] / modules / Output.pm
index 22d4e3c94bf31d35b8003927266f2c56a2137c2a..eff7459661f11adb6d0540b8159e063968ad065e 100644 (file)
@@ -6,7 +6,7 @@ package Output;
 # HTML generating routines
 #
 # Author:        Patrick Canterino <patshaping@gmx.net>
-# Last modified: 2004-03-04
+# Last modified: 2004-03-12
 #
 
 use strict;
@@ -25,8 +25,7 @@ use base qw(Exporter);
 
 @EXPORT = qw(error_template
              error
-             abort
-             error_in_use);
+             abort);
 
 my $tpl_error;
 

patrick-canterino.de