blob: 5b0996b5e0b512343ed978c84fd746448014c831 (
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'
WHERE view='annotation/annotate' AND action_type='comment'";
update_data($query);
|