芝麻web文件管理V1.00
编辑当前文件:/home/prismawe/clients/canaldegap.fr_old/modules/FormBuilder/action.admin_update_field_required.php
More info at http://dev.cmsmadesimple.org/projects/formbuilder A Module for CMS Made Simple, Copyright (c) 2006 by Ted Kulp (wishy@cmsmadesimple.org) This project's homepage is: http://www.cmsmadesimple.org */ if (!isset($gCms)) exit; if (! $this->CheckAccess()) exit; $aeform = new fbForm($this, $params, true); $aefield = $aeform->GetFieldById($params['field_id']); if ($aefield !== false) { //$aefield->SetRequired($params['fbrp_active']=='on'?true:false); $aefield->ToggleRequired(); $aefield->Store(); $aeform = new fbForm($this, $params, true); } echo $aeform->AddEditForm($id, $returnid, $this->Lang('field_requirement_updated')); ?>