fixed bug in NOTEDB::pwsafe3 backend, it converted the date

of a note entry into the wrong formatted timestamp.
This commit is contained in:
git@daemon.de
2013-06-17 12:24:56 +02:00
parent bc776e88bf
commit 469b6901e0
5 changed files with 11 additions and 6 deletions

View File

@@ -144,7 +144,7 @@ $CONF = File::Spec->catfile($ENV{HOME}, ".noterc");
$USER = getlogin || getpwuid($<);
chomp $USER;
$TOPIC = 1;
$version = "1.3.14";
$version = "1.3.15";
$CurDepth = 1; # the current depth inside the topic "directory" structure...
$maxlen = "auto";
$timelen = 22;