Commit 0eb7e01eb711db1f7c3a465142b9fd882f9b1117

Authored by Elena.Budnik
1 parent 52e10008
Exists in remoteData

merge with master

Showing 1 changed file with 1 additions and 12 deletions   Show diff stats
php/classes/AmdaAction.php
@@ -251,24 +251,13 @@ class AmdaAction @@ -251,24 +251,13 @@ class AmdaAction
251 251
252 if ($child->tagName == 'parameter') { 252 if ($child->tagName == 'parameter') {
253 $isParameter = true; 253 $isParameter = true;
254 -<<<<<<< HEAD  
255 -  
256 - if ($child->hasAttribute('units'))  
257 - $info = $child->getAttribute('units');  
258 - else  
259 - $info="";  
260 -  
261 - if ($child->hasAttribute('description'))  
262 - $info = $child->getAttribute('description')."<br/>".$info;  
263 -  
264 -=======  
265 if ($child->hasAttribute('TemplatedParameter')) 254 if ($child->hasAttribute('TemplatedParameter'))
266 $needsArgs = true; 255 $needsArgs = true;
267 256
268 if ($child->hasAttribute('PredefinedTemplatedParameter')) 257 if ($child->hasAttribute('PredefinedTemplatedParameter'))
269 $predefinedArgs = true; 258 $predefinedArgs = true;
270 259
271 ->>>>>>> master 260 +
272 if ($child->parentNode->hasAttribute('dataStart')) { 261 if ($child->parentNode->hasAttribute('dataStart')) {
273 $globalStart = $child->parentNode->getAttribute('dataStart'); 262 $globalStart = $child->parentNode->getAttribute('dataStart');
274 $globalStop = $child->parentNode->getAttribute('dataStop'); 263 $globalStop = $child->parentNode->getAttribute('dataStop');