Sindbad~EG File Manager
<?php
/* Add the update info on init */
add_action('init', 'userpro_update_1051', 17);
function userpro_update_1051(){
if (!userpro_update_installed('1051') && get_option('userpro_fields') && get_option('userpro_fields_builtin') ) {
$fields = get_option('userpro_fields');
$builtin = get_option('userpro_fields_builtin');
$new_fields['followers_email'] = array(
'_builtin' => 1,
'type' => 'followers',
'label' => 'followers email alert',
'follower_text' => 'Get email notifications when someone follows you'
);
$all_fields = $new_fields+$fields;
$all_builtin = $new_fields+$builtin;
update_option('userpro_fields', $all_fields);
update_option('userpro_fields_builtin', $all_builtin);
update_option("userpro_update_1051", 1);
}
}
Sindbad File Manager Version 1.0, Coded By Sindbad EG ~ The Terrorists