mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-23 10:38:45 +02:00
Compiler: added flag 'mandatory'
SVN:trunk[1772]
This commit is contained in:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user