浏览代码

Compiler: added flag 'mandatory'

git-svn-id: http://svn.code.sf.net/p/itop/code/trunk@1772 a333f486-631f-4898-b8df-5754b55c2be0
romainq 13 年之前
父节点
当前提交
65f0068aeb
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      setup/compiler.class.inc.php

+ 1 - 0
setup/compiler.class.inc.php

@@ -312,6 +312,7 @@ EOF;
 	protected function FlagsToPHP($oAttNode)
 	{
 		static $aNodeAttributeToFlag = array(
+			'mandatory' => 'OPT_ATT_MANDATORY',
 			'read_only' => 'OPT_ATT_READONLY',
 			'must_prompt' => 'OPT_ATT_MUSTPROMPT',
 			'must_change' => 'OPT_ATT_MUSTCHANGE',