Changeset d3c4dfd
- Timestamp:
- 04/30/10 14:12:05 (2 years ago)
- Branches:
- ('master', '8434b8322dd6f8ff37c17bd45b94e7a826f86b53')('vitrine', 'afe109c61a407808bd54d88bcccb1cde726a010a')
- Children:
- ad3626832640a4cfafb8e5960b72d0e8dec9819b
- Parents:
- cadf24b43c2e101fb7a8222336e1f32cb6be96eb
- git-author:
- benoitg <benoitg@9a151f2f-a8df-0310-a5c5-9fb547312938>2010-04-30 18:12:05+00:00
- git-committer:
- benoitg <benoitg@9a151f2f-a8df-0310-a5c5-9fb547312938>2010-04-30 18:12:05+00:00
- Location:
- trunk/html/classes
- Files:
-
- 2 edited
-
Lom.php (modified) (1 diff)
-
ThemeList.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/html/classes/Lom.php
r963d302 rd3c4dfd 2134 2134 function getStatus() { 2135 2135 return VocabularyTerm::getObject(array ( 2136 $this->mRow[' vdex_6_1_identifier'],2137 $this->mRow[' vdex_4_vocabulary_identifier']2136 $this->mRow['lom_status_identifier'], 2137 $this->mRow['lom_status_vdex_4_vocabulary_identifier'] 2138 2138 )); 2139 2139 -
trunk/html/classes/ThemeList.php
rc33446e rd3c4dfd 268 268 echo "<ul>\n"; 269 269 // Loading validation status vocabulary 270 $vocabulaire = new Vocabulary(VOC_EUREKA_LOM_STATUS);270 $vocabulaire = Vocabulary::getObject(VOC_EUREKA_LOM_STATUS); 271 271 272 272 foreach ($fiches_array as $title => $fiche) {
Note: See TracChangeset
for help on using the changeset viewer.
