aboutsummaryrefslogtreecommitdiff
path: root/engine/lib/upgrades/2010121601.php
blob: ad7d26adb8735b883b5fb221e8521b125fae7313 (plain)
1
2
3
4
5
6
7
8
9
<?php
/**
 * Create friends river view has been changed
 */

$query = "UPDATE {$CONFIG->dbprefix}river 
			SET view='river/relationship/friend/create', action_type='create'
			WHERE view='friends/river/create' AND action_type='friend'";
update_data($query);