Changeset 466 for wiki-toolkit/trunk/lib/Wiki/Toolkit.pm
- Timestamp:
- 10/20/08 00:03:15 (3 years ago)
- Files:
-
- 1 modified
-
wiki-toolkit/trunk/lib/Wiki/Toolkit.pm (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
wiki-toolkit/trunk/lib/Wiki/Toolkit.pm
r465 r466 793 793 $wiki->toggle_node_moderation to change the node moderation flag. 794 794 795 Returns 1 on success, 0 on conflict, croaks on error. 795 Returns the version of the updated node on success, 0 on conflict, croaks on 796 error. 796 797 797 798 B<Note> on the metadata hashref: Any data in here that you wish to … … 853 854 $search->index_node($node, $store->charset_encode($content) ); 854 855 } 855 return 1;856 return $ret; 856 857 } 857 858
