mirror of
https://codeberg.org/scip/Crypt--PWSafe3.git
synced 2025-12-16 20:21:01 +01:00
internal records now associated with parent
This commit is contained in:
@@ -41,7 +41,8 @@ Passwd: %s
|
||||
Notes: %s
|
||||
), $rec->uuid, $rec->user, $rec->passwd, $rec->group, $rec->title, $rec->notes;
|
||||
|
||||
$vault->modifyrecord($rec->uuid, notes => scalar localtime(time));
|
||||
$rec->notes( scalar localtime(time));
|
||||
# $vault->modifyrecord($rec->uuid, notes => scalar localtime(time));
|
||||
}
|
||||
|
||||
$vault->save;
|
||||
|
||||
Reference in New Issue
Block a user