/home/edulekha/studygroup.edulekha.com/ow_plugins/contact_importer/update/4675/update.php
<?php

Updater::getLanguageService()->importPrefixFromZip(dirname(__FILE__).DS.'langs.zip', 'contactimporter');

if ( !OW::getConfig()->configExists('contactimporter', 'facebook_app_secret') )
{
    OW::getConfig()->addConfig('contactimporter', 'facebook_app_secret', '', '');
}