fixed major bug in NOTEDB::general

This commit is contained in:
TLINDEN
2012-07-19 09:51:39 +02:00
parent 5e99b88562
commit c124859f97
6 changed files with 17 additions and 14 deletions

View File

@@ -23,6 +23,8 @@
# http://www.daemon.de/note/
#
use lib qw(blib/lib);
BEGIN {
# works on unix or cygwin only!
my $path = $0;
@@ -141,7 +143,7 @@ $CONF = File::Spec->catfile($ENV{HOME}, ".noterc");
$USER = getlogin || getpwuid($<);
chomp $USER;
$TOPIC = 1;
$version = "1.3.11";
$version = "1.3.12";
$CurDepth = 1; # the current depth inside the topic "directory" structure...
$maxlen = "auto";
$timelen = 22;