Changeset 30917
- Timestamp:
- Mar 16, 2011, 11:19:07 AM (15 years ago)
- File:
-
- 1 edited
-
trunk/tools/czartool/Gpc1Db.pm (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/tools/czartool/Gpc1Db.pm
r29866 r30917 11 11 ########################################################################### 12 12 # 13 # Returns the right join table and ID to join on for for a given stage TODO make private13 # Returns the right join table and ID to join on for for a given stage 14 14 # 15 15 ########################################################################### … … 28 28 elsif ($stage eq "magicDS") {${$id} = "magic_ds_id"; ${$joinTable}="magicDSFile";} 29 29 elsif ($stage eq "dist") {${$joinTable}="distComponent";} 30 elsif ($stage eq "pub") {${$joinTable}="publishDone";} 30 31 else { 31 32 32 print "* ERROR: could no dfind joinTable and ID for '$stage' stage\n";33 print "* ERROR: could not find joinTable and ID for '$stage' stage\n"; 33 34 return 0; 34 35 } … … 39 40 ########################################################################### 40 41 # 41 # Returns the right table for a given stage TODO make private42 # Returns the right table for a given stage 42 43 # 43 44 ########################################################################### … … 54 55 elsif ($stage eq "magicDS" ) {return "magicDSRun";} 55 56 elsif ($stage eq "dist" ) {return "distRun";} 57 elsif ($stage eq "pub" ) {return "publishRun";} 56 58 57 59 return "ERROR";
Note:
See TracChangeset
for help on using the changeset viewer.
