Changeset 466 for wiki-toolkit/trunk/lib/Wiki/Toolkit/Store/SQLite.pm
- Timestamp:
- 10/20/08 00:03:15 (3 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
wiki-toolkit/trunk/lib/Wiki/Toolkit/Store/SQLite.pm
r431 r466 57 57 Locks the node, verifies the checksum, calls 58 58 C<write_node_post_locking> with all supplied arguments, unlocks the 59 node. Returns 1 on successful writing, 0 if checksum doesn't match,60 c roaks on error.59 node. Returns the version of the updated node on successful writing, 0 if 60 checksum doesn't match, croaks on error. 61 61 62 62 =cut
