%PDF- %PDF-
| Direktori : /proc/self/root/proc/10576/cwd/home/bitrix/www/bitrix/modules/socialnetwork/ |
| Current File : //proc/self/root/proc/10576/cwd/home/bitrix/www/bitrix/modules/socialnetwork/update.php |
<?
if($updater->CanUpdateDatabase() && $updater->TableExists("b_sonet_group"))
{
$updater->Query(array(
"MySQL" => "update b_sonet_log SET EVENT_ID='blog_post' where EVENT_ID='blog_post_micro'",
"MSSQL" => "update b_sonet_log SET EVENT_ID='blog_post' where EVENT_ID='blog_post_micro'",
"Oracle" => "update b_sonet_log SET EVENT_ID='blog_post' where EVENT_ID='blog_post_micro'",
));
}
?>