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