Index: trunk/extensions/Wikidata/OmegaWiki/SaveDM.php |
— | — | @@ -50,7 +50,7 @@ |
51 | 51 | |
52 | 52 | $record=$model->getRecord(); |
53 | 53 | echo $record; |
54 | | -$defexp=$record->getValue("defined-meaning-full-defining-expression"); |
| 54 | +$defexp=$record->getValue("defined-meaning-complete-defining-expression"); |
55 | 55 | echo $defexp."\n"; |
56 | 56 | #$expid=$record->getAttributeValue(new Attribute("expression-id")); |
57 | 57 | $id=$defexp->getValue("expression-id"); |
Index: trunk/extensions/Wikidata/OmegaWiki/GetDM.php |
— | — | @@ -51,7 +51,7 @@ |
52 | 52 | |
53 | 53 | $record=$model->getRecord(); |
54 | 54 | echo $record; |
55 | | -$defexp=$record->getValue("defined-meaning-full-defining-expression"); |
| 55 | +$defexp=$record->getValue("defined-meaning-complete-defining-expression"); |
56 | 56 | echo $defexp."\n"; |
57 | 57 | #$expid=$record->getAttributeValue(new Attribute("expression-id")); |
58 | 58 | $id=$defexp->getValue("expression-id"); |