Changeset 9498 for trunk/MagicSoft/Mars/datacenter/db/mcdefs.php
- Timestamp:
- 08/20/09 14:43:59 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/datacenter/db/mcdefs.php
r9486 r9498 17 17 $checkwhere = array 18 18 ( 19 "fParticleTypeName" => CheckWhere("fParticleTypeKEY" , $_GET),20 "fAtmosphericModelName" => CheckWhere("fAtmosphericModelKEY" , $_GET),19 "fParticleTypeName" => CheckWhere("fParticleTypeKEY"), 20 "fAtmosphericModelName" => CheckWhere("fAtmosphericModelKEY"), 21 21 ); 22 22 23 23 $checkgroup = array 24 24 ( 25 "fParticleTypeName" => CheckGroup("fParticleTypeKEY" , $_GET),26 "fAtmosphericModelName" => CheckGroup("fAtmosphericModelKEY" , $_GET),25 "fParticleTypeName" => CheckGroup("fParticleTypeKEY"), 26 "fAtmosphericModelName" => CheckGroup("fAtmosphericModelKEY"), 27 27 ); 28 28 … … 30 30 $checkstatusgroup = array 31 31 ( 32 "fCorsikaInputCreated" => CheckStatusGroup("fCorsikaInputCreatedStatus" , $_GET),33 "fCorsikaFileAvail" => CheckStatusGroup("fCorsikaFileAvailStatus" , $_GET),32 "fCorsikaInputCreated" => CheckStatusGroup("fCorsikaInputCreatedStatus"), 33 "fCorsikaFileAvail" => CheckStatusGroup("fCorsikaFileAvailStatus"), 34 34 ); 35 35
Note:
See TracChangeset
for help on using the changeset viewer.