Changeset 466 for wiki-toolkit/trunk/lib/Wiki/Toolkit/Store/Database.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/Database.pm
r457 r466 451 451 you (or your chosen subclass). This method shouldn't really be used 452 452 directly as it might overwrite someone else's changes. Croaks on error 453 but otherwise returns t rue.453 but otherwise returns the version number of the update just made. 454 454 455 455 Supplying a ref to an array of nodes that this ones links to is … … 658 658 } 659 659 660 return 1;660 return $version; 661 661 } 662 662
