FIXED: NOTEDB::pwsafe3 contained the old python stuff in delete code.

This commit is contained in:
TLINDEN
2012-02-10 20:39:00 +01:00
parent 77c359ffd7
commit b94997a1f5
5 changed files with 22 additions and 10 deletions

View File

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