Portions created by the Initial Developer are Copyright (C) 2008-2015 the Initial Developer. All Rights Reserved. Contributor(s): Mark J Crane */ //proccess this only one time if ($domains_processed == 1) { //migrate existing attachment preferences to new column, where appropriate $sql = "update v_voicemails set voicemail_file = 'attach' where voicemail_attach_file = 'true'"; $db->exec(check_sql($sql)); unset($sql); } ?>