소스 검색

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',