blob: 2d55c8214398b4b9f4e14efd26408280924fcf67 (
plain)
| 1
2
3
4
5
6
7
8
9
10
 | <?php
/**
 * Create comment river view has been changed
 */
$query = "UPDATE {$CONFIG->dbprefix}river
			SET view='river/annotation/generic_comment/create', action_type='create'
			WHERE view='annotation/annotate' AND action_type='comment'";
update_data($query);
 |