Commit 555fc8900e1ab6688834f2fcd2d3fd3bf2fddb04
1 parent
6ee7dbf1
Exists in
master
and in
112 other branches
comment obsolete
Showing
1 changed file
with
4 additions
and
3 deletions
Show diff stats
php/classes/RequestMgr.php
... | ... | @@ -51,15 +51,16 @@ class RequestMgr extends AmdaObjectMgr { |
51 | 51 | //'StartTime' => '', 'TimeInt' => ''); |
52 | 52 | $this->optionalAttributes = array(); |
53 | 53 | } |
54 | - | |
54 | +/* | |
55 | 55 | if (file_exists(paramListXml)) |
56 | 56 | $this->paramsWithoutCode = true; |
57 | 57 | |
58 | 58 | if (file_exists(spectraXml)) |
59 | 59 | $this->spectraParams = true; |
60 | +*/ | |
60 | 61 | |
61 | - $this->parser = new Parser(); | |
62 | - $this->paramBuilder = new ParamBuilder(); | |
62 | + // $this->parser = new Parser(); | |
63 | + // $this->paramBuilder = new ParamBuilder(); | |
63 | 64 | |
64 | 65 | if (!file_exists($this->xmlName)) { |
65 | 66 | $this->createDom(); |
... | ... |