- New "Intel module" for Citadel tracking, closed #246

- added some new tables (for SDE replacement), #628
- new "index build" functions added to `/setup`, #628
- updated "Cortex" PHP ORM lib `1.5.0` -> `1.6.0-dev`
This commit is contained in:
Mark Friedrich
2018-05-31 22:51:06 +02:00
parent 87a0341a41
commit eb52a0754d
33 changed files with 2307 additions and 242 deletions

View File

@@ -110,9 +110,7 @@ class StructureModel extends BasicModel {
*/
public function set_structureId($structureId){
$structureId = (int)$structureId;
$structureId = $structureId ? : null;
return $structureId;
return $structureId ? : null;
}
/**