fixed changing note id bug

This commit is contained in:
git@daemon.de
2015-02-09 11:29:05 +01:00
parent 3e971a469c
commit 64e7948b55
7 changed files with 19 additions and 15 deletions

View File

@@ -1,7 +1,7 @@
#!/usr/bin/perl
#
# note - console notes management with database and encryption support.
# Copyright (C) 1999-2013 Thomas Linden (see README for details!)
# Copyright (C) 1999-2015 T.v.Dein (see README for details!)
#
# This program is free software; you can redistribute it and/or
# modify it under the terms of the GNU General Public License
@@ -144,7 +144,7 @@ $CONF = File::Spec->catfile($ENV{HOME}, ".noterc");
$USER = getlogin || getpwuid($<);
chomp $USER;
$TOPIC = 1;
$version = "1.3.19";
$version = "1.3.20";
$CurDepth = 1; # the current depth inside the topic "directory" structure...
$maxlen = "auto";
$timelen = 22;