update_strings(); } function update_strings() { $this->s_title = _("Ldap migration assistent"); $this->s_title_long = _("Ldap migration assistent"); $this->s_info = _("This step allows you to migrate your ldap database"); } function execute() { $smarty = get_smarty(); return($smarty->fetch(get_template_path("setup_migrate.tpl",TRUE,dirname(__FILE__)))); } function save_object() { $this->is_completed = TRUE; } } // vim:tabstop=2:expandtab:shiftwidth=2:filetype=php:syntax:ruler: ?>