git.p6c8.net
/
devedit.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Replaced the code of mode_string() by some self-written code that I also
[devedit.git]
/
modules
/
Output.pm
diff --git
a/modules/Output.pm
b/modules/Output.pm
index 22d4e3c94bf31d35b8003927266f2c56a2137c2a..eff7459661f11adb6d0540b8159e063968ad065e 100644
(file)
--- a/
modules/Output.pm
+++ b/
modules/Output.pm
@@
-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