Explorar o código

Compiler: added flag 'mandatory'

git-svn-id: http://svn.code.sf.net/p/itop/code/trunk@1772 a333f486-631f-4898-b8df-5754b55c2be0
romainq %!s(int64=13) %!d(string=hai) anos
pai
achega
65f0068aeb
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  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',